Skip to content

Commit

Permalink
Fix footer whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jbhannah committed Oct 6, 2021
1 parent de639ef commit 2472e3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/components/Footer/__snapshots__/index.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ exports[`Footer renderes correctly 1`] = `
Twemoji
</Link>
.
<Link
href="https://github.com/jbhannah/jbhannah.net"
>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Footer: React.FunctionComponent<FooterProps> = ({
>
Some Rights Reserved
</Link>
. Emoji by <Link href="https://twemoji.twitter.com/">Twemoji</Link>.
. Emoji by <Link href="https://twemoji.twitter.com/">Twemoji</Link>.{" "}
<Link href="https://github.com/jbhannah/jbhannah.net">
Source on GitHub
</Link>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Layout/__snapshots__/index.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ exports[`Layout renders correctly 1`] = `
>
Twemoji
</a>
.
.
<a
class="css-nk3r0j"
href="https://github.com/jbhannah/jbhannah.net"
Expand Down

1 comment on commit 2472e3a

@vercel
Copy link

@vercel vercel bot commented on 2472e3a Oct 6, 2021

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.