Skip to content

Commit 0d56009

Browse files
committed
Add essential property to Social type for about page display
1 parent 7eaac4a commit 0d56009

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/types/content.types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ export type Social = Array<{
5959
* The link is not validated by code, make sure it's correct
6060
*/
6161
link: string;
62+
/** Whether this social link is essential and should be displayed on the about page */
63+
essential?: boolean;
6264
}>;
6365

6466
/**

0 commit comments

Comments
 (0)