We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c31e91 commit 48b625fCopy full SHA for 48b625f
src/pages/dashboard.js
@@ -276,12 +276,6 @@ const Dashboard = () => {
276
>
277
Documentation
278
</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>
285
<div className="flex items-center space-x-4">
286
<Image
287
src={`https://cdn.discordapp.com/avatars/${user.id}/${user.avatar}.png`}
0 commit comments