Fix issue: 15

OwlBoard/backend#15
This commit is contained in:
Fred Boniface
2023-05-20 23:57:10 +01:00
parent 972d56060b
commit 1b42088b30
3 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
<a href="/">
<picture class="sidebar_control">
<source srcset="/images/nav/back.svg" type="image/svg+xml">
<img aria-label="Home" src="back-40.png" alt="Home">
<img aria-label="Home" src="./images/nav/back-40.png" alt="Home">
</picture>
</a>
</div>
@@ -40,7 +40,7 @@
<h2>Report an Issue</h2>
<p>To help diagnosing an issue, data about your browser and device will be
collected alongside the data that you enter below.</p>
<p>The data will be available publically in the <a href="https://git.fjla.uk/fred.boniface/owlboard/issues">
<p>The data will be available publically in the <a href="https://git.fjla.uk/owlboard/backend/issues">
OwlBoard Issue Tracker</a>. A preview will be shown before the data is sent.</p>
<label for="subject">Subject:</label><br>
<input type="text" name="subject" id="subject" class="text-entry"><br>