From 38728774fda2e4bc3d0eb3a4c6fb01e577673cef Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Tue, 13 Aug 2024 10:56:47 +0200 Subject: [PATCH] Redesign Cards --- src/pages/index.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 71c1572..5ad6550 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -155,8 +155,8 @@ 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}