Skip to content

Commit f11f49b

Browse files
committed
Format Link
1 parent 4d1cbf9 commit f11f49b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/app/[locale]/page.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ export default function HomePage() {
1313
<main className="flex min-h-dvh flex-col bg-gray-50">
1414
{/* Header */}
1515
<header className="flex justify-between p-4">
16-
<a href="https://github.com/TeenBiscuits/RealOrAI" className="hover:underline decoration-wavy text-gray-600">TeenBiscuits/RealOrAI</a>
16+
<a
17+
href="https://github.com/TeenBiscuits/RealOrAI"
18+
className="text-gray-600 decoration-wavy hover:underline"
19+
>
20+
TeenBiscuits/RealOrAI
21+
</a>
1722
<LanguageSwitcher />
1823
</header>
1924

0 commit comments

Comments
 (0)