From 0fce80524ec41e42ac69f0f6879cc5bafe9e8c4b Mon Sep 17 00:00:00 2001 From: Julian Date: Wed, 25 May 2022 22:19:38 +0200 Subject: [PATCH] feat(toolPage): :recycle: updating link again + README --- README.md | 3 ++- pages/category/[id].tsx | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d45310..c96ad7d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ Only one person couldn‘t handle the huge collection of tools and keep track of ## ✨ Submit tools -To grow the collection of tools, we need *you*! If you have a favourite tool or framework or you found one recently, please submit it on GitHub by creating an issue. The templates will guide you. +To grow the collection of tools, we need *you*! If you have a favourite tool or framework or you found one recently, we would love to have it in our collection. +You can submit it [here with AppSmith](https://app.appsmith.com/app/submit-a-tool-to-tooldb/submittool-628dfd0f7901344ba8d28334). ## ♻️ Update tool information and images diff --git a/pages/category/[id].tsx b/pages/category/[id].tsx index f24cf0c..bf83820 100644 --- a/pages/category/[id].tsx +++ b/pages/category/[id].tsx @@ -6,6 +6,7 @@ import { NextSeo } from "next-seo"; import { useRouter } from 'next/router' import { prisma } from './../../db' import Script from "next/script"; +import Link from "next/link"; export default function ToolPage(props: any) { @@ -47,7 +48,7 @@ export default function ToolPage(props: any) {

Sorry, no results found.
- You can add tools to this category by submitting an issue on GitHub. + You can add tools to this category by submitting them here.