Skip to content

Commit

Permalink
Merge pull request #80 from tom0827/ES-170
Browse files Browse the repository at this point in the history
ES-170: footer changes
  • Loading branch information
tom0827 authored Aug 12, 2024
2 parents 4244d3b + a648c4a commit a24a06b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions met-web/src/components/layout/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,15 @@ const Footer = () => {
<Grid item xs={12}>
<MetBody>CONNECT WITH US</MetBody>
</Grid>
<Grid item xs={12} sm={6}>
<Stack direction="row" spacing={2}>
<Link href={SOCIAL_LINKS.X} target="_">
<SocialIconButton>
<XIcon htmlColor={Palette.text.primary} />
</SocialIconButton>
</Link>
</Stack>
</Grid>
</Grid>
<Grid
item
Expand Down Expand Up @@ -126,16 +135,7 @@ const Footer = () => {
<Grid item xs={12}>
<Divider sx={{ borderColor: Palette.text.primary }} />
</Grid>
<Grid item xs={12} sm={6}>
<Stack direction="row" spacing={2}>
<Link href={SOCIAL_LINKS.X} target="_">
<SocialIconButton>
<XIcon htmlColor={Palette.text.primary} />
</SocialIconButton>
</Link>
</Stack>
</Grid>
<Grid item xs={12} sm={6} container justifyContent={'flex-end'} alignItems="flex-end">
<Grid item xs={12} container justifyContent={'flex-end'} alignItems="flex-end">
<MetBody>© 2023 Government of British Columbia</MetBody>
</Grid>
</Grid>
Expand Down

0 comments on commit a24a06b

Please sign in to comment.