diff --git a/src/pages/videos.tsx b/src/pages/videos.tsx index 25ba913..8950dca 100644 --- a/src/pages/videos.tsx +++ b/src/pages/videos.tsx @@ -18,7 +18,11 @@ const VideoList: NextPage = () => {
{[ { title: "are pings bad?", id: "4e98f4a" }, - { title: "do you really need a backend?", id: "h4b98rt" }, + { + title: + "do you really need a backend? because there is a much better alternative to it.", + id: "h4b98rt", + }, { title: "how next works", id: "h7r9e" }, ].map(({ title, id }) => ( @@ -37,7 +41,7 @@ interface VideoCardProps { const VideoCard = ({ title, id }: VideoCardProps) => { return ( -
+
{ />
- {title} + {title} 12 days ago