File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1
1
import Link from 'next/link' ;
2
+ import Image from 'next/image' ;
2
3
import { FolderTreeIcon } from 'lucide-react' ;
3
4
4
5
const Footer = ( ) => {
@@ -62,6 +63,38 @@ const Footer = () => {
62
63
Contribute to the project!
63
64
</ a >
64
65
</ p >
66
+ < div className = "flex space-x-4 mt-2" >
67
+ < a
68
+ href = 'https://hits.seeyoufarm.com'
69
+ aria-label = "View page visit counter"
70
+ title = "Page visit counter by Hits.seeyoufarm.com"
71
+ className = "inline-block"
72
+ >
73
+ < Image
74
+ src = "https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fcoder-ralph%2FRepoTree& count_bg = % 232563 EB & title_bg = % 23555555 & icon = & icon_color = % 23E7 E7E7 & title = hits & edge_flat = false "
75
+ alt = "Page visit counter"
76
+ width = { 90 }
77
+ height = { 20 }
78
+ unoptimized
79
+ className = "opacity-50 hover:opacity-100 transition-opacity"
80
+ />
81
+ </ a >
82
+ < a
83
+ href = 'https://github.com/coder-ralph/RepoTree/stargazers'
84
+ aria-label = "GitHub Stars"
85
+ title = "Stars on GitHub"
86
+ className = "inline-block"
87
+ >
88
+ < Image
89
+ src = "https://img.shields.io/github/stars/coder-ralph/RepoTree?logo=Github"
90
+ alt = "GitHub Stars"
91
+ width = { 80 }
92
+ height = { 20 }
93
+ unoptimized
94
+ className = "opacity-50 hover:opacity-100 transition-opacity"
95
+ />
96
+ </ a >
97
+ </ div >
65
98
</ div >
66
99
</ div >
67
100
< div className = "mt-8 pt-8 border-t border-gray-200 dark:border-gray-700 text-center text-sm sm:text-base md:text-lg text-gray-600 dark:text-gray-300" >
You can’t perform that action at this time.
0 commit comments