Skip to content

Commit

Permalink
Update layout.component.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
fischermatte authored Jan 12, 2022
1 parent bd36164 commit 821072a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const LayoutComponent: React.FunctionComponent<PropsWithChildren<Props>> = (prop
<FontAwesomeIcon className="link" icon={faGitlab} />
</a>
</div>
<div className="text-sm">© fischermatte 2021</div>
<div className="text-sm">© fischermatte 2022</div>
<div className="text-xs mt-2 opacity-60">
<a
href="https://github.com/fischermatte/fischermatte-next"
Expand Down

0 comments on commit 821072a

Please sign in to comment.