Add admin FAQ help article
This commit is contained in:
@@ -15,7 +15,7 @@ import { useBackNavigation } from './hooks/useBackNavigation';
|
||||
import { adminPath, ADMIN_PROFILE_PATH } from '../constants';
|
||||
import { fetchHelpCenterArticles, type HelpCenterArticleSummary } from '../api';
|
||||
|
||||
const FAQ_SLUGS = new Set(['admin-issue-resolution']);
|
||||
const FAQ_SLUGS = new Set(['faq-admin']);
|
||||
|
||||
function isFaqArticle(article: HelpCenterArticleSummary): boolean {
|
||||
const title = article.title?.toLowerCase() ?? '';
|
||||
|
||||
Reference in New Issue
Block a user