mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
Add Mastodon link to footer (#866)
this also updates `@hackclub/icons` to 0.0.14
This commit is contained in:
parent
d789779fea
commit
10469befba
3 changed files with 9 additions and 9 deletions
|
|
@ -40,7 +40,7 @@ const Logo = props => (
|
|||
const Service = ({ href, icon, name = '', ...props }) => (
|
||||
<Link
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
rel="noopener me"
|
||||
href={href}
|
||||
title={`Hack Club on ${name ? name : icon}`}
|
||||
{...props}
|
||||
|
|
@ -155,9 +155,9 @@ const Footer = ({ dark = false, children, ...props }) => (
|
|||
name="Figma"
|
||||
/>
|
||||
<Service
|
||||
href="https://www.facebook.com/Hack-Club-741805665870458"
|
||||
icon="facebook"
|
||||
name="Facebook"
|
||||
href="https://social.dino.icu/@hackclub"
|
||||
icon="mastodon"
|
||||
name="Mastodon"
|
||||
/>
|
||||
<Service
|
||||
href="https://www.youtube.com/c/HackClubHQ"
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"@emotion/react": "^11.11.1",
|
||||
"@emotion/styled": "^11.10.6",
|
||||
"@github/time-elements": "^4.0.0",
|
||||
"@hackclub/icons": "^0.0.12",
|
||||
"@hackclub/icons": "^0.0.14",
|
||||
"@hackclub/meta": "1.1.32",
|
||||
"@hackclub/theme": "^0.3.3",
|
||||
"@mdx-js/loader": "^1.6.22",
|
||||
|
|
|
|||
|
|
@ -1561,10 +1561,10 @@
|
|||
resolved "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.1.1.tgz"
|
||||
integrity sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==
|
||||
|
||||
"@hackclub/icons@^0.0.12":
|
||||
version "0.0.12"
|
||||
resolved "https://registry.npmjs.org/@hackclub/icons/-/icons-0.0.12.tgz"
|
||||
integrity sha512-YXPpalHN0lEjgaUD++u43NucSfgXlaQRbNKH+CJusS9erCF1jyu0pUH0peXqmlWZybbIg1PnuYJyOvKDvACA2g==
|
||||
"@hackclub/icons@^0.0.14":
|
||||
version "0.0.14"
|
||||
resolved "https://registry.yarnpkg.com/@hackclub/icons/-/icons-0.0.14.tgz#c590432d5a1e4b39c384d577e59e24bffdd94197"
|
||||
integrity sha512-xH/DV6TxlsvLuNGeBIausfKlH4eyp6CYXCckAxcYahL2NOdcZTZoJWKZBG38BzM5WfWnhfFkud/mQ5bqeFQK3g==
|
||||
|
||||
"@hackclub/meta@1.1.32":
|
||||
version "1.1.32"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue