File tree Expand file tree Collapse file tree 5 files changed +29
-6
lines changed
Expand file tree Collapse file tree 5 files changed +29
-6
lines changed Original file line number Diff line number Diff line change 1+ "use client" ;
2+
3+ export default function Badges ( ) {
4+ return (
5+ < div className = "py-6 flex justify-center w-full flex-wrap gap-2" >
6+ < a
7+ href = "https://dofollow.tools"
8+ title = "Featured on Dofollow.Tools"
9+ target = "_blank"
10+ >
11+ < img
12+ src = "https://dofollow.tools/badge/badge_light.svg"
13+ alt = "Featured on Dofollow.Tools"
14+ width = "200"
15+ height = "54"
16+ />
17+ </ a >
18+ </ div >
19+ ) ;
20+ }
Original file line number Diff line number Diff line change 11import BuiltWithButton from "@/components/BuiltWithButton" ;
2+ import Badges from "@/components/footer/Badges" ;
23import { Newsletter } from "@/components/footer/Newsletter" ;
34import { TwitterX } from "@/components/social-icons/icons" ;
45import { siteConfig } from "@/config/site" ;
@@ -181,6 +182,8 @@ export default async function Footer() {
181182 </ div >
182183 </ div >
183184 </ div >
185+
186+ < Badges />
184187 </ footer >
185188 </ div >
186189 ) ;
Original file line number Diff line number Diff line change 9494 "target" : " _blank"
9595 },
9696 {
97- "href" : " https://ntab.dev /" ,
98- "name" : " nTab " ,
97+ "href" : " https://dofollow.tools /" ,
98+ "name" : " Dofollow.Tools " ,
9999 "rel" : " noopener noreferrer" ,
100100 "target" : " _blank"
101101 }
Original file line number Diff line number Diff line change 9494 "target" : " _blank"
9595 },
9696 {
97- "href" : " https://ntab.dev /" ,
98- "name" : " nTab " ,
97+ "href" : " https://dofollow.tools /" ,
98+ "name" : " Dofollow.Tools " ,
9999 "rel" : " noopener noreferrer" ,
100100 "target" : " _blank"
101101 }
Original file line number Diff line number Diff line change 9494 "target" : " _blank"
9595 },
9696 {
97- "href" : " https://ntab.dev /" ,
98- "name" : " nTab " ,
97+ "href" : " https://dofollow.tools /" ,
98+ "name" : " Dofollow.Tools " ,
9999 "rel" : " noopener noreferrer" ,
100100 "target" : " _blank"
101101 }
You can’t perform that action at this time.
0 commit comments