Use SVG icon for the error-page

This commit is contained in:
Jaidyn Ann 2024-03-09 13:42:35 -06:00
parent 2a33fdaec1
commit 667116b1a5
2 changed files with 2 additions and 2 deletions

View File

@ -39,4 +39,4 @@ native-uninstall:
.PHONY: xpi
xpi:
@rm -f shellfox.xpi && zip -r shellfox.xpi background.js manifest.json _locales html img/shellfox*.png
@rm -f shellfox.xpi && zip -r shellfox.xpi background.js manifest.json _locales html img/shellfox*.png img/shellfox.svg

View File

@ -9,7 +9,7 @@
<body>
<span>
<img style="display: inline; width: 3em;" src="../img/shellfox.png">
<img style="display: inline; width: 3em;" src="../img/shellfox.svg">
<h1 style="display: inline;" id="errorTitle">Shellfox failed to run command</h1>
</span>