From 372b5b9834cbabd0d78aaa2ff52723043cc04ad4 Mon Sep 17 00:00:00 2001 From: fritzschoff Date: Wed, 21 Feb 2024 14:19:15 +0000 Subject: [PATCH] QA 2 round --- src/components/Footer/Footer.tsx | 8 ++++---- src/sections/governance/action.tsx | 16 +++++++++++----- src/sections/governance/callout.tsx | 9 +++++---- src/sections/governance/ecosystem.tsx | 6 +++--- src/sections/governance/features.tsx | 6 +++--- src/sections/governance/header.tsx | 13 +++++++++---- 6 files changed, 35 insertions(+), 23 deletions(-) diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 25d1f08b..ffaf98ba 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -1,6 +1,6 @@ import { Fragment } from 'react'; import { Logo, Socials } from '../'; -import { Box, Divider, Flex, Link, Show, Text } from '@chakra-ui/react'; +import { Box, Divider, Flex, Hide, Link, Show, Text } from '@chakra-ui/react'; import { Accordion, AccordionItem, @@ -78,7 +78,7 @@ const footerMenu = [ export function Footer() { return ( <> - + @@ -129,7 +129,7 @@ export function Footer() { - + - + ); } diff --git a/src/sections/governance/action.tsx b/src/sections/governance/action.tsx index 25314db1..a2f9e4c5 100644 --- a/src/sections/governance/action.tsx +++ b/src/sections/governance/action.tsx @@ -4,7 +4,12 @@ import Shield from 'src/svg/Shield'; export default function GovernanceAction() { return ( - + @@ -14,12 +14,13 @@ export default function GovernanceCallout() { SYNTHETIX GOVERNANCE The Synthetix protocol is governed by a{' '} - decentralized set of representative - councils that are voted on by stakers. + decentralized set of{' '} + representative councils that are{' '} + voted on by stakers. ); diff --git a/src/sections/governance/ecosystem.tsx b/src/sections/governance/ecosystem.tsx index afa7028d..5c23b140 100644 --- a/src/sections/governance/ecosystem.tsx +++ b/src/sections/governance/ecosystem.tsx @@ -149,7 +149,7 @@ export default function GovernanceEcosystem() { @@ -174,7 +174,7 @@ export default function GovernanceEcosystem() { SYNTHETIX ECOSYSTEM { return ( diff --git a/src/sections/governance/header.tsx b/src/sections/governance/header.tsx index 88cf8836..851abcb2 100644 --- a/src/sections/governance/header.tsx +++ b/src/sections/governance/header.tsx @@ -4,13 +4,18 @@ import Link from 'next/link'; export default function GovernanceHeader() { return ( - +