summaryrefslogtreecommitdiff
path: root/src/app/(main)/banner.png
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/(main)/banner.png')
-rw-r--r--src/app/(main)/banner.png/og.tsx2
-rw-r--r--src/app/(main)/banner.png/route.tsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/app/(main)/banner.png/og.tsx b/src/app/(main)/banner.png/og.tsx
index 1a520c0..e70a5ad 100644
--- a/src/app/(main)/banner.png/og.tsx
+++ b/src/app/(main)/banner.png/og.tsx
@@ -25,7 +25,7 @@ export function generateOGImage(
);
}
-export function generate({ title = 'John Doe' }: GenerateProps): ReactElement {
+export function generate({ title = 'Bertrand Yuan' }: GenerateProps): ReactElement {
return (
<div
tw='flex h-full w-full bg-black text-white'
diff --git a/src/app/(main)/banner.png/route.tsx b/src/app/(main)/banner.png/route.tsx
index d3bfdc8..064cb46 100644
--- a/src/app/(main)/banner.png/route.tsx
+++ b/src/app/(main)/banner.png/route.tsx
@@ -41,7 +41,7 @@ export async function GET() {
const [fonts] = await Promise.all([loadAssets()]);
return generateOGImage({
- title: 'John Doe',
+ title: 'Bertrand Yuan',
subtitle: 'Software Engineer',
fonts,
});