remove old html code and load right svg

This commit is contained in:
Thomas Rupprecht 2021-11-06 11:22:07 +01:00
parent ab49fbda15
commit 7b9517297f
2 changed files with 1 additions and 5 deletions

View File

@ -35,7 +35,7 @@ function sendNotification(open) {
type: 'basic',
title: 'Space Status',
message: `Space ist jetzt ${open ? 'offen' : 'geschlossen'}.`,
iconUrl: browser.runtime.getURL('icons/logo.svg')
iconUrl: browser.runtime.getURL('icons/favicon.svg')
});
}

View File

@ -6,10 +6,6 @@
<link rel="stylesheet" href="index.css" />
</head>
<body>
<!--<header class="panel-section panel-section-header">
<div class="icon-section-header"><img src="../icons/logo.svg" width="32" height="32" alt="/usr/space" /></div>
<div class="text-section-header">/usr/space</div>
</header>-->
<section>
<h2>Aktueller Status</h2>
<div id="state">loading...</div>