mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #1603 from omnivore-app/chore/update-copyright-footer
Update the year in the copyright footer
This commit is contained in:
commit
5c215095e4
1 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import Link from 'next/link'
|
||||
import { Box, HStack } from '../../elements/LayoutPrimitives'
|
||||
import { GithubLogo, DiscordLogo, TwitterLogo } from 'phosphor-react'
|
||||
import { theme } from '../../tokens/stitches.config'
|
||||
|
||||
const containerStyles = {
|
||||
padding: '5vw',
|
||||
|
|
@ -65,6 +66,9 @@ const supportStyles = {
|
|||
'@mdDown': {
|
||||
fontSize: '3vw',
|
||||
},
|
||||
a: {
|
||||
color: theme.colors.omnivoreCtaYellow.toString(),
|
||||
},
|
||||
}
|
||||
|
||||
const imageStyles = {
|
||||
|
|
@ -107,7 +111,7 @@ export function LandingFooter(): JSX.Element {
|
|||
</Link>
|
||||
</Box>
|
||||
</HStack>
|
||||
<Box css={copyrightStyles}>© 2022 Omnivore</Box>
|
||||
<Box css={copyrightStyles}>© 2023 Omnivore</Box>
|
||||
</Box>
|
||||
<Box css={sectionTwo}>
|
||||
<Box css={{ height: 215 }}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue