Skip to content

Commit

Permalink
Already covered by flag for section
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon committed Nov 19, 2024
1 parent d0f83d7 commit 15c74f2
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions src/pages/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,24 +175,22 @@ const HomePage = () => {
imgSrc={projectImage2}
/>
</HStack>
{flags.websiteContent && (
<Text fontSize="md">
<FormattedMessage
id="homepage-projects-more"
values={{
link: (children) => (
<Link
color="brand.600"
textDecoration="underline"
href={landingPageUrl()}
>
{children}
</Link>
),
}}
/>
</Text>
)}
<Text fontSize="md">
<FormattedMessage
id="homepage-projects-more"
values={{
link: (children) => (
<Link
color="brand.600"
textDecoration="underline"
href={landingPageUrl()}
>
{children}
</Link>
),
}}
/>
</Text>
</VStack>
)}
</Container>
Expand Down

0 comments on commit 15c74f2

Please sign in to comment.