Skip to content

Commit

Permalink
footer update
Browse files Browse the repository at this point in the history
  • Loading branch information
znarf committed Nov 18, 2022
1 parent 0c4dec6 commit 49d914e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function Footer() {
return (
<StyledFooter>
<P fontSize="18px" fontWeight="800">
<FormattedMessage defaultMessage="Contributor's dashboard" />
<FormattedMessage defaultMessage="Frontend Template project" />
</P>
<Container
display="flex"
Expand All @@ -30,7 +30,7 @@ export default function Footer() {
alignItems="center"
>
<Container mb="13px">
<FormattedMessage defaultMessage="Contributors dashboard is an initiative by" />
<FormattedMessage defaultMessage="Frontend Template project is an initiative by" />
</Container>
<a href="https://opencollective.com" target="_blank" rel="noopener noreferrer">
<Image src="/images/logo-greyscale.png" alt="by Open Collective" width="151" height="29" />
Expand Down

1 comment on commit 49d914e

@vercel
Copy link

@vercel vercel bot commented on 49d914e Nov 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.