Skip to content

Commit 48b625f

Browse files
committed
Removed the tools button from dashboard
1 parent 8c31e91 commit 48b625f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/pages/dashboard.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -276,12 +276,6 @@ const Dashboard = () => {
276276
>
277277
Documentation
278278
</button>
279-
<button
280-
onClick={() => router.push("/tools")}
281-
className="nav-button font-semibold text-sm uppercase tracking-wide hover:text-blue-200 transition duration-300"
282-
>
283-
Tools
284-
</button>
285279
<div className="flex items-center space-x-4">
286280
<Image
287281
src={`https://cdn.discordapp.com/avatars/${user.id}/${user.avatar}.png`}

0 commit comments

Comments
 (0)