File tree Expand file tree Collapse file tree
adminforth/documentation/src/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191 grid-template-columns : repeat (auto-fit, minmax (200px , 267px ));
9292 gap : 1.5rem ;
9393 justify-content : center;
94- max-width : 849 px ;
94+ max-width : 1132 px ;
9595 margin : 0 auto;
9696}
9797
Original file line number Diff line number Diff line change @@ -373,6 +373,34 @@ export default function Home(): JSX.Element {
373373 width = "195"
374374 />
375375 </ a >
376+ < a
377+ href = "https://toolfio.com"
378+ target = "_blank"
379+ rel = "dofollow"
380+ className = { styles . featuredOnLink }
381+ >
382+ < img
383+ className = { styles . featuredOnBadgeImage }
384+ src = "https://toolfio.com/toolfio-light-badge.png"
385+ alt = "Featured on Toolfio"
386+ width = "200"
387+ height = "54"
388+ />
389+ </ a >
390+ < a
391+ href = "https://earlyhunt.com/project/adminforth"
392+ target = "_blank"
393+ rel = "noopener"
394+ className = { styles . featuredOnLink }
395+ >
396+ < img
397+ className = { styles . featuredOnBadgeImage }
398+ src = "https://earlyhunt.com/badges/earlyhunt-badge-light.svg"
399+ alt = "Featured on EarlyHunt"
400+ width = "265"
401+ height = "58"
402+ />
403+ </ a >
376404 </ div >
377405 </ div >
378406 </ section >
You can’t perform that action at this time.
0 commit comments