diff --git a/pages/csp.tsx b/pages/csp.tsx index f83844d..b1eb54a 100644 --- a/pages/csp.tsx +++ b/pages/csp.tsx @@ -15,7 +15,7 @@ const getCurrent = () => { const now = new Date(); const month = now.toLocaleString('default', { month: 'long' }); const year = now.getFullYear(); - return `${month}, ${year}`; + return `${month} ${year}`; }; export default function SocietyPage() {