Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
Fix href in Create Copilot button(it was causing the page to refresh)
Browse files Browse the repository at this point in the history
  • Loading branch information
faltawy committed Dec 7, 2023
1 parent 2643811 commit 17fc73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/app/(main)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default async function HomePage() {
</div>
<div className="space-x-2">
<Button asChild>
<Link href="create/copilot">Create Copilot</Link>
<Link href="/create/copilot">Create Copilot</Link>
</Button>
</div>
</div>
Expand Down

0 comments on commit 17fc73f

Please sign in to comment.