build app name
All checks were successful
Build and Push Docker Image / build (push) Successful in 17s

This commit is contained in:
2026-03-28 23:01:59 -05:00
parent 25134ecc36
commit 4f6361b4ba
3 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ export async function shareRoutes(app: FastifyInstance) {
<meta property="og:image" content="${escapeHtml(imageUrl)}" />
<meta property="og:image:width" content="${meme.width}" />
<meta property="og:image:height" content="${meme.height}" />
<meta property="og:site_name" content="Memer" />
<meta property="og:site_name" content="MEMER" />
<!-- Twitter / X card -->
<meta name="twitter:card" content="summary_large_image" />
@@ -114,7 +114,7 @@ export async function shareRoutes(app: FastifyInstance) {
<p class="title">${title}</p>
<a class="btn" href="${escapeHtml(galleryUrl)}">
<svg width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><polyline points="9 22 9 12 15 12 15 22"/></svg>
Open in Memer
Open in MEMER
</a>
</body>
</html>`;

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Memer</title>
<title>MEMER</title>
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🎭</text></svg>" />
</head>
<body class="bg-zinc-950 text-zinc-100 min-h-screen">

View File

@@ -107,7 +107,7 @@ export function Gallery() {
) : (
<>
<span className="text-2xl">🎭</span>
<span className="font-bold text-lg tracking-tight hidden sm:block">Memer</span>
<span className="font-bold text-lg tracking-tight hidden sm:block">MEMER</span>
</>
)}
</div>