[webui] forgotten absolute URIs

feat/vaults
Tomáš Mládek 2022-02-06 23:43:04 +01:00
parent dd65876873
commit af86556654
No known key found for this signature in database
GPG Key ID: ED21612889E75EC5
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
<div class="header">
<h1>
<Link to="/">
<img class="logo" src="/assets/upend.svg" alt="UpEnd logo" />
<img class="logo" src="assets/upend.svg" alt="UpEnd logo" />
UpEnd
</Link>
</h1>

View File

@ -8,7 +8,7 @@
if (!loaded) {
document.head.innerHTML += `<link
rel="stylesheet"
href="/vendor/boxicons/css/boxicons.min.css"
href="vendor/boxicons/css/boxicons.min.css"
/>`;
loaded = true;
}