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

@@ -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>