Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
purinx committed Dec 11, 2023
1 parent edd14b1 commit 47d8391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function Home() {
</h2>
</a>
<a
href="Sign In"
href="/auth/sign-in"
className={styles.card}
target="_blank"
rel="noopener noreferrer"
Expand All @@ -38,7 +38,7 @@ export default function Home() {
</a>

<a
href="Dashboard"
href="/dashboard"
className={styles.card}
target="_blank"
rel="noopener noreferrer"
Expand Down

0 comments on commit 47d8391

Please sign in to comment.