From be4967f34bceea1e52abe70571c558f67114879b Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Tue, 13 Aug 2024 10:48:31 +0200 Subject: [PATCH] Redesign Cards --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 0f92e64..71c1572 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -155,7 +155,7 @@ const latestPost = posts.sort((a, b) => dayjs(b.data.created).unix() - dayjs(a.d

{t("home.prefix." + prefix.replace("PREFIX_", "").toLowerCase())}

{players.map(v => ( - +
{v.name}