We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d3b02 commit 2372575Copy full SHA for 2372575
src/app/_components/site-footer/index.tsx
@@ -17,6 +17,8 @@ export function SiteFooter() {
17
<div className="flex justify-between">
18
<p className="text-xs">
19
<span>© 2022-{new Date().getFullYear()} A Few Games</span>
20
+ •
21
+ <span>Designed & developed by <a href="https://rightwarp.com" className="link">Right Warp, LLC</a></span>
22
</p>
23
<SocialLinks />
24
</div>
0 commit comments