wip: Working on footer

This commit is contained in:
Sol Irvine
2023-08-18 18:32:01 +09:00
parent ce7f51a600
commit 95d237c4ac
18 changed files with 141 additions and 80 deletions

View File

@@ -25,7 +25,7 @@ export const metadata = {
export default async function HomePage({
params: { locale }
}: {
params: { locale: SupportedLocale };
params: { locale?: SupportedLocale };
}) {
return (
<>