Skip to content

Commit

Permalink
feat(toolPage): ♻️ updating link again + README
Browse files Browse the repository at this point in the history
  • Loading branch information
julianYaman committed May 25, 2022
1 parent 4f31d14 commit 0fce805
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion pages/category/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {

Expand Down Expand Up @@ -47,7 +48,7 @@ export default function ToolPage(props: any) {
<div id="categoryData">
<h1 className="text-5xl text-left font-4 lh-6 ld-04 font-bold text-white mb-5">
Sorry, no results found.<br />
You can add tools to this category by submitting an issue on GitHub.
You can add tools to this category by submitting them <Link href="https://app.appsmith.com/app/submit-a-tool-to-tooldb/submittool-628dfd0f7901344ba8d28334"><a>here</a></Link>.
</h1>
</div>
</div>
Expand Down

1 comment on commit 0fce805

@vercel
Copy link

@vercel vercel bot commented on 0fce805 May 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tooldb – ./

tooldb.vercel.app
tooldb.dev
tooldb-git-main-julianyaman.vercel.app
tooldb-julianyaman.vercel.app

Please sign in to comment.