fix(ui): use minmax for bento grid to prevent overflow
This commit is contained in:
@@ -10,7 +10,7 @@ export const runtime = 'nodejs';
|
||||
export default async function Image({ params }: { params: Promise<{ locale: string }> }) {
|
||||
const { locale } = await params;
|
||||
const t = await getTranslations({ locale, namespace: 'Index.meta' });
|
||||
|
||||
|
||||
const fonts = await getOgFonts();
|
||||
const bg = getOgBackground();
|
||||
const logo = getOgLogo();
|
||||
@@ -27,4 +27,4 @@ export default async function Image({ params }: { params: Promise<{ locale: stri
|
||||
fonts,
|
||||
},
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user