From cf75dfb06d15f4fde009e8d3838e22cd1e6d67ad Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 26 Nov 2023 01:56:05 +0000 Subject: [PATCH] make padding slighly less on cards --- next-sitemap.config.js | 2 +- src/components/Card.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/next-sitemap.config.js b/next-sitemap.config.js index 9880731..dd99612 100644 --- a/next-sitemap.config.js +++ b/next-sitemap.config.js @@ -4,7 +4,7 @@ const { getCodeList } = require("country-list"); const SS_API_URL = ssrSettings.proxy + "/https://scoresaber.com/api"; const SS_GET_PLAYERS_URL = SS_API_URL + "/players?page={}"; -// todo: cache this somehow? +// todo: cache this on a file somehow? async function getTopPlayers() { console.log("Fetching top players..."); const players = []; diff --git a/src/components/Card.tsx b/src/components/Card.tsx index 0e4e401..b6cc80d 100644 --- a/src/components/Card.tsx +++ b/src/components/Card.tsx @@ -14,7 +14,7 @@ export default function Card({ }: CardProps) { return ( - + {children}