Skip to content

Commit 869d7bf

Browse files
committed
feat: add additional featured badges with links to Toolfio and EarlyHunt
1 parent 4c3bbf7 commit 869d7bf

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

adminforth/documentation/src/pages/index.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
grid-template-columns: repeat(auto-fit, minmax(200px, 267px));
9292
gap: 1.5rem;
9393
justify-content: center;
94-
max-width: 849px;
94+
max-width: 1132px;
9595
margin: 0 auto;
9696
}
9797

adminforth/documentation/src/pages/index.tsx

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)