diff options
| author | Dhravya Shah <[email protected]> | 2025-09-18 20:34:18 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-09-18 21:03:49 -0700 |
| commit | 1fcb56908920da386900abb4ce2383374a625c72 (patch) | |
| tree | 0f9d7f695d4c9b1b85be3950fc869e0061dff3ed /apps/web/app/api/emails | |
| parent | refetching logic change (diff) | |
| download | supermemory-09-18-formatting.tar.xz supermemory-09-18-formatting.zip | |
formatting09-18-formatting
Diffstat (limited to 'apps/web/app/api/emails')
| -rw-r--r-- | apps/web/app/api/emails/welcome/route.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/api/emails/welcome/route.tsx b/apps/web/app/api/emails/welcome/route.tsx index 48883d6b..69e3ae07 100644 --- a/apps/web/app/api/emails/welcome/route.tsx +++ b/apps/web/app/api/emails/welcome/route.tsx @@ -5,9 +5,9 @@ export async function GET() { return new ImageResponse( <div tw="w-full h-full flex flex-col justify-center items-center"> <img - src="https://pub-1be2b1df2c7e456f8e21149e972f4caf.r2.dev/bust.png" alt="Google Logo" height={367} + src="https://pub-1be2b1df2c7e456f8e21149e972f4caf.r2.dev/bust.png" width={369} /> </div>, |