File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ import { BugAntIcon , RocketLaunchIcon } from "@heroicons/react/24/outline" ;
12import Link from "next/link" ;
23import React from "react" ;
34
45const Footer = ( ) => {
56 return (
67 < footer className = "w-full bg-transparent" >
7- < div className = "w-full h-16 gap-4 text-xs dark:text-zinc-400 text-zinc-600 flex justify-center items-center max-w-7xl mx-auto px-4 sm:px-8 lg:px-12" >
8+ < div className = "w-full py-10 gap-5 text-xs dark:text-zinc-400 text-zinc-600 flex justify-center items-center flex-wrap max-w-7xl mx-auto px-4 sm:px-8 lg:px-12" >
89 < Link
910 className = "hover:underline hover:dark:text-white hover:text-zinc-900"
1011 href = "https://www.github.com/wajeshubham"
@@ -35,6 +36,18 @@ const Footer = () => {
3536 >
3637 Blogs
3738 </ Link >
39+ < Link
40+ className = "inline-flex hover:underline hover:dark:text-white hover:text-zinc-900"
41+ href = "https://github.com/wajeshubham/snippng/issues/new"
42+ >
43+ < BugAntIcon className = "w-4 h-4 mr-1" /> Report a bug
44+ </ Link >
45+ < Link
46+ className = "inline-flex hover:underline hover:dark:text-white hover:text-zinc-900"
47+ href = "https://github.com/wajeshubham/snippng/issues/new"
48+ >
49+ < RocketLaunchIcon className = "w-4 h-4 mr-1" /> Request a feature
50+ </ Link > { " " }
3851 </ div >
3952 </ footer >
4053 ) ;
You can’t perform that action at this time.
0 commit comments