refactor(animation-sources): show cards without page intro

This commit is contained in:
Poyraz
2026-08-29 19:15:10 +03:00
parent 095a7301e5
commit 6cbfd24bd6
4 changed files with 5 additions and 31 deletions
+1 -6
View File
@@ -73,12 +73,7 @@ export default async function AnimationSourcesPage({
return (
<AnimationSourcesContent
sources={sources}
labels={{
title: t("title"),
description: t("description"),
empty: t("empty"),
itemCount: t("itemCount", { count: sources.length }),
}}
emptyLabel={t("empty")}
/>
);
}