feat: add SAC app icon to favicon, sidebar, and login page

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-28 14:39:57 +10:00
parent ac3c20b7db
commit daec333dbe
6 changed files with 93 additions and 10 deletions
+11
View File
@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-label="SAC">
<rect width="512" height="512" rx="96" fill="#15202b"/>
<g fill="none" stroke="#3db8ff" stroke-width="28" stroke-linecap="round" stroke-linejoin="round">
<path d="M256 88 L360 128 V248 C360 332 316 388 256 424 C196 388 152 332 152 248 V128 Z"/>
<circle cx="256" cy="292" r="22" fill="#3db8ff" stroke="none"/>
<path d="M256 270 V210"/>
<path d="M196 178 C216 158 236 148 256 148 C276 148 296 158 316 178"/>
<path d="M176 198 C206 168 231 153 256 153 C281 153 306 168 336 198"/>
<path d="M156 218 C196 178 226 163 256 163 C286 163 316 178 356 218"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 681 B