Skip to content

Commit

Permalink
content: added linkedin to socials (#3460) (#3461)
Browse files Browse the repository at this point in the history
* content: added linkedin to socials (#3460)

* content: added linkedin to header socials (#3460)
  • Loading branch information
jpaten authored Dec 17, 2024
1 parent 040bec1 commit de3b1df
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site-config/anvil-portal/dev/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,11 @@ export function makeConfig(
icon: C.SlackIcon({}),
target: ANCHOR_TARGET.BLANK,
},
{
...SOCIALS.LINKEDIN,
icon: C.LinkedInIcon({}),
target: ANCHOR_TARGET.BLANK,
},
],
url: "",
visible: VISIBLE.BETWEEN_SM_AND_LG,
Expand Down
8 changes: 8 additions & 0 deletions site-config/anvil-portal/dev/socialMedia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ export const SOCIALS = {
label: "GitHub",
url: "https://github.com/anvilproject",
},
LINKEDIN: {
label: "LinkedIn",
url: "https://www.linkedin.com/company/anvilproject/",
},
SLACK: {
label: "Slack",
url: "https://join.slack.com/t/anvil-community/shared_invite/zt-hsyfam1w-LXlCv~3vNLSfDj~qNd5uBg",
Expand Down Expand Up @@ -46,5 +50,9 @@ export const socialMedia: SocialMedia = {
...SOCIALS.SLACK,
Icon: C.SlackIcon,
},
{
...SOCIALS.LINKEDIN,
Icon: C.LinkedInIcon,
},
],
};

0 comments on commit de3b1df

Please sign in to comment.