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}