Guides listing

This commit is contained in:
Kamran Ahmed
2021-09-02 18:08:02 +02:00
parent c097017520
commit fc159ecb9b
3 changed files with 5 additions and 2 deletions

View File

@@ -66,6 +66,7 @@ export default function Home(props: HomeProps) {
{guides.map(guide => (
<LinksListItem
key={guide.url}
href={guide.url}
title={guide.title}
badgeText={guide.isPro ? 'PRO' : ''}
subtitle={guide.formattedUpdatedAt}