Skip to content

Commit e4cea2c

Browse files
authored
Merge pull request #147 from Aryan-Techie/feature/add-essential-social-property
Fix: Add essential property to Social type for about page display - for earlier pr #144
2 parents 7eaac4a + 0d56009 commit e4cea2c

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)