build app name
All checks were successful
Build and Push Docker Image / build (push) Successful in 17s
All checks were successful
Build and Push Docker Image / build (push) Successful in 17s
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user