parent
972d56060b
commit
1b42088b30
@ -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>
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* eslint-disable no-unused-vars */
|
||||
/* All Page Init */
|
||||
const version = '2023.5.1'
|
||||
const version = '2023.5.2'
|
||||
|
||||
/* Feature Detectors */
|
||||
|
||||
|
Reference in New Issue
Block a user