Skip to content

Commit d290d0b

Browse files
committed
fix: footer and screenshot
1 parent b415386 commit d290d0b

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

-37.8 KB
Loading

web/src/app/(auth)/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function AuthLayout({ children }: { children: React.ReactNode })
2323
<div className="relative z-10 w-full max-w-md px-4">
2424
{children}
2525
<p className="mt-6 text-center text-[10px] text-muted-foreground/50 tracking-wider uppercase">
26-
Created with ❤️ by GACWR
26+
Built with ❤️ by GACWR
2727
</p>
2828
</div>
2929
</div>

0 commit comments

Comments
 (0)