From 4f6361b4ba939aacb9545a736ff3fa3b06446b46 Mon Sep 17 00:00:00 2001 From: jason Date: Sat, 28 Mar 2026 23:01:59 -0500 Subject: [PATCH] build app name --- backend/src/routes/share.ts | 4 ++-- frontend/index.html | 2 +- frontend/src/pages/Gallery.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/src/routes/share.ts b/backend/src/routes/share.ts index 5849a50..2759ac5 100644 --- a/backend/src/routes/share.ts +++ b/backend/src/routes/share.ts @@ -58,7 +58,7 @@ export async function shareRoutes(app: FastifyInstance) { - + @@ -114,7 +114,7 @@ export async function shareRoutes(app: FastifyInstance) {

${title}

- Open in Memer + Open in MEMER `; diff --git a/frontend/index.html b/frontend/index.html index f0b71df..ffd93db 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -3,7 +3,7 @@ - Memer + MEMER diff --git a/frontend/src/pages/Gallery.tsx b/frontend/src/pages/Gallery.tsx index 912724a..ca7f10c 100644 --- a/frontend/src/pages/Gallery.tsx +++ b/frontend/src/pages/Gallery.tsx @@ -107,7 +107,7 @@ export function Gallery() { ) : ( <> 🎭 - Memer + MEMER )}