A focused Docker Compose management web application.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: new favicon

Brooke db9f8545 41de348a

+4 -1
+1 -1
packages/panel/src/app.html
··· 2 2 <html lang="en" class="macchiato"> 3 3 <head> 4 4 <meta charset="utf-8" /> 5 - <link rel="icon" href="%sveltekit.assets%/favicon.png" /> 5 + <link rel="icon" href="%sveltekit.assets%/favicon.svg" /> 6 6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 7 7 %sveltekit.head% 8 8 </head>
packages/panel/static/favicon.png

This is a binary file and will not be displayed.

+3
packages/panel/static/favicon.svg
··· 1 + <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"> 2 + <path fill="#cad3f5" d="M2.5 1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5H4v10.5a.5.5 0 0 0 .854.354L6 12.707v.793a.5.5 0 0 0 1 0V3h4v4.5a.5.5 0 0 0 .5.5a.498.498 0 0 1 .354.854A.497.497 0 0 1 11 8.5a.5.5 0 0 0-1 0c0 .605.367 1.155.926 1.387a1.503 1.503 0 0 0 1.96-1.961c-.161-.392-.502-.63-.886-.774V3h1.5a.5.5 0 0 0 0-1H8.707l-.854-.853A.5.5 0 0 0 7.5 1zM5 3.707l1 1v.586l-1 1zm1 3v2.586l-1-1v-.586zm-1 3l1 1v.586l-1 1z" /> 3 + </svg>