style(og): improve spacing, truncate text, and switch to flex layout
This commit is contained in:
@@ -16,8 +16,8 @@ export default async function Image({ params }: { params: Promise<{ locale: stri
|
||||
|
||||
return new ImageResponse(
|
||||
<OGImageTemplate
|
||||
title={t('title')}
|
||||
description={t('description')}
|
||||
title={title}
|
||||
description={description}
|
||||
label="Kabelnetzbau & Infrastruktur"
|
||||
image={bg}
|
||||
logo={logo}
|
||||
|
||||
Reference in New Issue
Block a user