Skip to content

Commit 3891ce5

Browse files
authored
Use code-security instead of security in set (#55191)
1 parent c12e6b3 commit 3891ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frame/components/DefaultLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const DefaultLayout = (props: Props) => {
5959

6060
const metaDescription = page.introPlainText ? page.introPlainText : t('default_description')
6161

62-
const SOCIAL_CATEGORIES = new Set(['security', 'actions', 'issues', 'copilot'])
62+
const SOCIAL_CATEGORIES = new Set(['code-security', 'actions', 'issues', 'copilot'])
6363
const SOCIAL_CARD_IMG_BASE_URL = '/assets/cb-345/images/social-cards'
6464

6565
function getCategoryImageUrl(category: string): string {

0 commit comments

Comments
 (0)