Skip to content

Commit

Permalink
Merge pull request #152 from edenia/fix/footer-message
Browse files Browse the repository at this point in the history
Update footer text
  • Loading branch information
AngeloCG97 authored Oct 21, 2022
2 parents 136b191 + 89011ea commit 231709e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Layout/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ const FooterComp: React.FC<FooterCompType> = ({ showWhite }) => {
<Image src={edeniaLogo} />
</div>
<Typography variant='caption' color={theme.palette.grey[600]}>
A Community Owned Public Good
<Link
target='_blank'
href='https://edenia.com'
rel='noreferrer'
color={theme.palette.grey[600]}
>
{`Hosted by Edenia `}
{` Developed by Edenia `}
</Link>
- Community Owned
</Typography>
</div>
}
Expand Down

0 comments on commit 231709e

Please sign in to comment.