feat(branding): replace logo with new Medusa shield emblem (PNG)
Some checks failed
Aegis CI / lint-and-test (push) Has been cancelled
Some checks failed
Aegis CI / lint-and-test (push) Has been cancelled
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<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" />
|
||||
<title>Aegis — MITRE ATT&CK Coverage</title>
|
||||
</head>
|
||||
|
||||
BIN
frontend/public/aegis-logo.png
Normal file
BIN
frontend/public/aegis-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 720 KiB |
@@ -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">
|
||||
{/* Logo */}
|
||||
<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">
|
||||
Aegis
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user