Skip to content

Commit 2372575

Browse files
authored
chore: adds credit line (#428)
1 parent 44d3b02 commit 2372575

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/_components/site-footer/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ export function SiteFooter() {
1717
<div className="flex justify-between">
1818
<p className="text-xs">
1919
<span>&copy; 2022-{new Date().getFullYear()} A Few Games</span>
20+
&nbsp;&bull;&nbsp;
21+
<span>Designed &amp; developed by <a href="https://rightwarp.com" className="link">Right Warp, LLC</a></span>
2022
</p>
2123
<SocialLinks />
2224
</div>

0 commit comments

Comments
 (0)