Skip to content

Commit

Permalink
Change source url in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsherman committed Dec 9, 2024
1 parent 9369766 commit 92413ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/website/src/_components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
export default () => (
<footer>
&copy; {new Date().getFullYear()} Matt Sherman.{' '}
<a href="https://github.com/mattsherman/mg5dev">View source</a>
<a href="https://github.com/mattsherman/mg5dev/tree/trunk/apps/website">
View source
</a>
</footer>
);

0 comments on commit 92413ed

Please sign in to comment.