Rename videos

This commit is contained in:
Kamran Ahmed
2021-09-03 15:59:03 +02:00
parent afa0e032e7
commit ac984346e8
2 changed files with 7 additions and 6 deletions

View File

@@ -86,7 +86,8 @@ export default function Home(props: HomeProps) {
<LinksList>
{videos.map(video => (
<LinksListItem
key={video.url}
key={video.id}
href={video.url}
badgeText={video.isPro ? 'PRO' : ''}
hideSubtitleOnMobile
title={video.title}