From 86a952505e2224bc31d33ef452cc8bd1afc76782 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 19 Dec 2024 15:57:40 +0800 Subject: [PATCH] Add audit link --- .../sections/LandingBeetsStakedSonic.tsx | 15 +++++++++++++-- .../lib/shared/components/imgs/SpearbitLogo.tsx | 5 ++++- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/apps/beets-frontend-v3/lib/modules/landing-page/sections/LandingBeetsStakedSonic.tsx b/apps/beets-frontend-v3/lib/modules/landing-page/sections/LandingBeetsStakedSonic.tsx index 5ae7d3dc5..c25e5c9aa 100644 --- a/apps/beets-frontend-v3/lib/modules/landing-page/sections/LandingBeetsStakedSonic.tsx +++ b/apps/beets-frontend-v3/lib/modules/landing-page/sections/LandingBeetsStakedSonic.tsx @@ -1,10 +1,12 @@ 'use client' -import { Box, Flex, Grid, GridItem, Heading, Text } from '@chakra-ui/react' +import { Box, Flex, Grid, GridItem, Heading, HStack, Text, Link } from '@chakra-ui/react' import { LandingSectionContainer } from '../components/LandingSectionContainer' import { StakedSonicComposabilitySvg } from '../components/StakedSonicComposabilitySvg' import { StakedSonicDecentralizationSvg } from '../components/StakedSonicDecentralizationSvg' import { StakedSonicStakingRewardsSvg } from '../components/StakedSonicStakingRewardsSvg' +import { SpearbitLogo } from '@repo/lib/shared/components/imgs/SpearbitLogo' +import NextLink from 'next/link' export function LandingBeetsStakedSonic() { return ( @@ -81,10 +83,19 @@ export function LandingBeetsStakedSonic() { Security & Trust - + Protected by audited contracts and transparent governance, stS ensures your assets remain secure and accessible. + + + Audited by: + + + diff --git a/packages/lib/shared/components/imgs/SpearbitLogo.tsx b/packages/lib/shared/components/imgs/SpearbitLogo.tsx index 4020b5b58..b0e72924c 100644 --- a/packages/lib/shared/components/imgs/SpearbitLogo.tsx +++ b/packages/lib/shared/components/imgs/SpearbitLogo.tsx @@ -1,5 +1,7 @@ +import { SVGProps } from 'react' + /* eslint-disable max-len */ -export function SpearbitLogo() { +export function SpearbitLogo({ ...props }: SVGProps) { return (