mirror of
https://github.com/documenso/documenso.git
synced 2026-07-14 14:57:12 +10:00
feat: upgrade to tailwind@4
This commit is contained in:
@@ -68,7 +68,7 @@ export async function GET(_req: Request, { params }: RouteContext<'/og/docs/[...
|
||||
}}
|
||||
>
|
||||
{/* eslint-disable-next-line @next/next/no-img-element */}
|
||||
<img src={logoSrc} alt="Documenso" height="28" />
|
||||
<img src={logoSrc} alt="Documenso" style={{ height: 28 }} />
|
||||
<span
|
||||
style={{
|
||||
color: '#D4D4D8',
|
||||
|
||||
Reference in New Issue
Block a user