commit 4d959f2324a21bd5c0e75c7f6d5bb32560fc55c6
parent 6c66dc8a7c14a41bc6ea3e841ca4dc09a0549041
Author: Agastya Chandrakant <acagastya@outlook.com>
Date:   Mon, 25 May 2020 23:39:14 +0530
bug links
Diffstat:
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/package.json b/package.json
@@ -6,7 +6,7 @@
   },
   "bugs": {
     "email": "me@hanabi.in",
-    "url": "https://github.com/acagastya/time-convertor-ts"
+    "url": "https://github.com/acagastya/time-convertor-ts/issues/new"
   },
   "repository": {
     "url": "https://github.com/acagastya/time-convertor-ts"
diff --git a/src/App/comps/Footer.tsx b/src/App/comps/Footer.tsx
@@ -29,6 +29,14 @@ function Footer<never>(): JSX.Element {
           >
             BSD-3-Clause license
           </a>
+          . Report bugs{' '}
+          <a
+            href="https://github.com/acagastya/time-convertor-ts/issues/new"
+            target="_blank"
+            rel="noopener noreferrer"
+          >
+            here
+          </a>
           .
         </p>
       </div>