diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx
index 888ab5b..b0d0250 100644
--- a/client/src/pages/home.tsx
+++ b/client/src/pages/home.tsx
@@ -44,7 +44,7 @@ function HeroCard({ article }: { article: Article }) {
-

+

{isVideo && (
@@ -79,7 +79,7 @@ function GalleryHeroCard({ images }: { images: GalleryImage[] }) {
-
![{images[idx].fileName}]({images[idx].large)
+
@@ -103,7 +103,7 @@ function MediumCard({ article }: { article: Article }) {
-
})
+
{isVideo && (
@@ -137,7 +137,7 @@ function SideCard({ article }: { article: Article }) {
-
})
+
{isVideo && (