Skip to content

Commit 3047c29

Browse files
committed
more project page fixes
1 parent 4923ed4 commit 3047c29

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/dashboard/src/projects/Projects.tsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@ export default function ProjectsPage() {
8383
</a>
8484
</p>
8585
<div className="flex space-x-2 justify-center mt-7">
86-
<Link to={projectsPathNew}>
87-
<button>New Project</button>
88-
</Link>
86+
<Button href={projectsPathNew}>New Project</Button>
8987
{team && (
9088
<Button href="./members" className="secondary">
9189
Invite Members

0 commit comments

Comments
 (0)