We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4923ed4 commit 3047c29Copy full SHA for 3047c29
components/dashboard/src/projects/Projects.tsx
@@ -83,9 +83,7 @@ export default function ProjectsPage() {
83
</a>
84
</p>
85
<div className="flex space-x-2 justify-center mt-7">
86
- <Link to={projectsPathNew}>
87
- <button>New Project</button>
88
- </Link>
+ <Button href={projectsPathNew}>New Project</Button>
89
{team && (
90
<Button href="./members" className="secondary">
91
Invite Members
0 commit comments