Skip to content

Commit

Permalink
fix: πŸ› temp homepage link
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderl19 committed Oct 1, 2024
1 parent c3f1225 commit d376229
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ import Link from "next/link";

export default function HomePage() {
return (
<main className="flex h-screen flex-col justify-center text-center">
<main className="flex flex-col justify-center h-screen text-center">
<h1 className="mb-4 text-2xl font-bold">Hello World</h1>
<p className="text-fd-muted-foreground">
You can open{" "}
<Link
href="/docs"
className="text-fd-foreground font-semibold underline"
href="/docs/developer"
className="font-semibold underline text-fd-foreground"
>
/docs
/docs/developer
</Link>{" "}
and see the documentation.
</p>
Expand Down

0 comments on commit d376229

Please sign in to comment.