@@ -78,7 +77,10 @@ const ToolItem = ({
feature under development.
) : (
-
+
Open tool →
)}
diff --git a/frontend/src/utils/paths.ts b/frontend/src/utils/paths.ts
index 054f25a..7ef159c 100644
--- a/frontend/src/utils/paths.ts
+++ b/frontend/src/utils/paths.ts
@@ -39,7 +39,7 @@ const paths = {
tools: {
migrationTool: function ({ slug }: { slug: string }) {
return `/dashboard/${slug}/tools/db-migration`;
- }
+ },
},
dashboard: function () {
return '/dashboard';