{[
{ 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 (
-