Skip to content

Commit

Permalink
update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
the-kwisatz-haderach committed Jan 6, 2024
1 parent 4227782 commit 3c7ada0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function Footer({
<Heading as="h3" size="xl" mb={4}>
{t('contact-details')}
</Heading>
<Text mb="2">{ingress}</Text>
<Text mb={4}>{ingress}</Text>
<ContactInfo email={email} phoneNumbers={phone.split(/,\s+/)} />
</Box>
<Box>
Expand Down
6 changes: 3 additions & 3 deletions components/Footer/components/FooterBottom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ export const FooterBottom = (): ReactElement => (
display="flex"
justifyContent="space-between"
>
<HStack alignItems="center" spacing={4}>
<HStack alignItems="center" spacing={2}>
<FontAwesomeIcon icon={faCopyright} />
<Text ml={2}>{new Date().getFullYear()}</Text>
<Text ml={2}>{SITE_NAME}</Text>
<Text>{new Date().getFullYear()}</Text>
<Text>{SITE_NAME}</Text>
</HStack>
{/* <TranslatedLink href="/privacy-policy" passHref>
<Link>Politika privatnosti</Link>
Expand Down

1 comment on commit 3c7ada0

@vercel
Copy link

@vercel vercel bot commented on 3c7ada0 Jan 6, 2024

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.