fix(content): update conditional rendering for type field to use meme instead of image

This commit is contained in:
Mathis HERRIOT
2026-01-20 22:18:14 +01:00
parent 7637499a97
commit 8169ef719a

View File

@@ -98,7 +98,7 @@ export default function AdminContentsPage() {
<TableCell className="font-medium">
<div className="flex items-center gap-3">
<div className="flex h-10 w-10 items-center justify-center rounded bg-muted">
{content.type === "image" ? (
{content.type === "meme" ? (
<ImageIcon className="h-5 w-5 text-muted-foreground" />
) : (
<Video className="h-5 w-5 text-muted-foreground" />