diff --git a/_data/pages/online-communities.yml b/_data/pages/online-communities.yml index 626c85d240..c8f996e08b 100644 --- a/_data/pages/online-communities.yml +++ b/_data/pages/online-communities.yml @@ -17,7 +17,7 @@ blocks: - type: link_list_item link: custom_title: Discord - custom_external_link: https://starknet.io/discord + custom_external_link: https://discord.com/invite/starknet-community subLabel: label: "Join the conversation on Discord " - type: link_list_item diff --git a/_data/settings/main-menu.yml b/_data/settings/main-menu.yml index b86189204d..87b3a8c582 100644 --- a/_data/settings/main-menu.yml +++ b/_data/settings/main-menu.yml @@ -76,7 +76,7 @@ items: custom_external_link: https://www.youtube.com/@starkware_ltd - custom_title: Discord custom_icon: SiDiscord - custom_external_link: https://starknet.io/discord + custom_external_link: https://discord.com/invite/starknet-community - custom_title: GitHub custom_icon: SiGithub custom_external_link: https://github.com/keep-starknet-strange/awesome-starknet diff --git a/workspaces/website/src/components/Footer/Footer.tsx b/workspaces/website/src/components/Footer/Footer.tsx index 5b702e1f8f..11c1cf6ef9 100644 --- a/workspaces/website/src/components/Footer/Footer.tsx +++ b/workspaces/website/src/components/Footer/Footer.tsx @@ -19,14 +19,14 @@ import { StarknetLogo } from "../Logo/StarknetLogo"; type RootProps = { children: React.ReactNode; } & ChakraBoxProps & { - seo: { - footerText: string; - footerDisclaimers: { - text: string; - link: string; - }[]; - }; + seo: { + footerText: string; + footerDisclaimers: { + text: string; + link: string; + }[]; }; +}; const Root = ({ children, seo, ...rest }: RootProps) => { return ( @@ -67,7 +67,7 @@ const Root = ({ children, seo, ...rest }: RootProps) => { pt="40px" pb={{ base: "40px", md: "0px" }} px="30px" - gap={{ base: "16px", md: "24px"}} + gap={{ base: "16px", md: "24px" }} display={{ base: "flex", xl: "none" }} direction={{ base: "column", md: "row" }} > @@ -109,7 +109,7 @@ const Root = ({ children, seo, ...rest }: RootProps) => { maxW="1200" width="100%" px="30px" - justifyContent={{ md: "space-between"}} + justifyContent={{ md: "space-between" }} > { - + { > } size="small"