feat(branding): replace logo with new Medusa shield emblem (PNG)
Some checks failed
Aegis CI / lint-and-test (push) Has been cancelled

This commit is contained in:
kitos
2026-05-29 17:04:39 +02:00
parent b98a539d93
commit 51c506a86d
3 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" /> <link rel="icon" type="image/png" href="/aegis-logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Aegis — MITRE ATT&CK Coverage</title> <title>Aegis — MITRE ATT&CK Coverage</title>
</head> </head>

Binary file not shown.

After

Width:  |  Height:  |  Size: 720 KiB

View File

@@ -184,7 +184,7 @@ export default function Sidebar() {
<aside className="flex h-screen w-60 flex-col border-r border-gray-800 bg-gray-900"> <aside className="flex h-screen w-60 flex-col border-r border-gray-800 bg-gray-900">
{/* Logo */} {/* Logo */}
<div className="flex h-16 items-center gap-3 px-5"> <div className="flex h-16 items-center gap-3 px-5">
<img src="/aegis-logo.svg" alt="Aegis" className="h-8 w-8" /> <img src="/aegis-logo.png" alt="Aegis" className="h-8 w-8 rounded-full" />
<span className="text-lg font-bold tracking-wide text-white"> <span className="text-lg font-bold tracking-wide text-white">
Aegis Aegis
</span> </span>