Skip to content

Commit

Permalink
chore: delete href
Browse files Browse the repository at this point in the history
  • Loading branch information
gahyuun committed May 2, 2024
1 parent 8322f71 commit cc857c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function Home() {
return (
<main className="flex min-h-screen flex-col items-center justify-between p-24">
<Link
href="/my"
href="/dashboard"
className="flex items-center gap-5 self-start rounded-lg bg-blue-500 px-6 py-3 text-sm font-medium text-white transition-colors hover:bg-blue-400 md:text-base"
>
<span>dashboard</span>
Expand Down

0 comments on commit cc857c9

Please sign in to comment.