File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,15 @@ export default function Home() {
4545 < span className = "sr-only" > Twitter</ span >
4646 </ Button >
4747 </ Link >
48- < Link href = "https://github.com/itzcodex24/rechrome" target = "_blank" rel = "noopener noreferrer" >
49- < Button variant = "ghost" size = "icon" className = "h-8 w-8" >
50- < FaGithub className = "h-4 w-4" />
51- < span className = "sr-only" > GitHub</ span >
52- </ Button >
53- </ Link >
48+ < div className = "flex items-center gap-x-2" >
49+ < Link href = "https://github.com/itzcodex24/rechrome" target = "_blank" rel = "noopener noreferrer" >
50+ < Button variant = "ghost" size = "icon" className = "h-8 w-8" >
51+ < FaGithub className = "h-4 w-4" />
52+ < span className = "sr-only" > GitHub</ span >
53+ </ Button >
54+ </ Link >
55+ < h1 className = "text-white/80 font-light" > Please leave a ⭐</ h1 >
56+ </ div >
5457 </ div >
5558 </ div >
5659 </ footer >
You can’t perform that action at this time.
0 commit comments