Fix docker
This commit is contained in:
@@ -20,5 +20,5 @@ export default function HomePage({ params }: { params: { locale: string } }) {
|
||||
const locale = params.locale as Locale;
|
||||
const dictionary = getDictionary(locale);
|
||||
|
||||
return <HeroSection locale={locale} home={dictionary.home} common={dictionary.common} />;
|
||||
return <HeroSection locale={locale} home={dictionary.home} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user