diff options
| author | Bertrand Yuan <bert.yuan@outlook.com> | 2025-12-16 00:43:19 +0800 |
|---|---|---|
| committer | Bertrand Yuan <bert.yuan@outlook.com> | 2025-12-16 00:43:19 +0800 |
| commit | 82da002eba6a6dcb9f2d52654b7e5b2f77010055 (patch) | |
| tree | d82de4cf8c1c73e26c8ee014f9640a5941517736 /src/app/(main)/banner.png/og.tsx | |
| parent | 39c83fbb69ef06d2d56790d75abc254ba7e34394 (diff) | |
chore(strings): update names and links
Diffstat (limited to 'src/app/(main)/banner.png/og.tsx')
| -rw-r--r-- | src/app/(main)/banner.png/og.tsx | 2 |
1 files changed, 1 insertions, 1 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' |
