commit bdbbf1631f72763c51a3516eed29b53c63a35819
parent b9376b4483622559b455ab8a39dddb72000ef4b9
Author: Asher Morgan <59518073+ashermorgan@users.noreply.github.com>
Date: Sun, 29 Jun 2025 18:26:45 -0700
Fix vite warning about illegal HTML in about page
Diffstat:
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/views/AboutPage.vue b/src/views/AboutPage.vue
@@ -10,14 +10,14 @@
<h2>Installation</h2>
<p>
Running Tools can be installed as a progressive web app so it works offline:
- <ul>
- <li>On iOS devices, open Running Tools in Safari, press <span aria-label="Share">
- <vue-feather type="share" aria-hidden="true"/></span>, and select Add to Home Screen</li>
- <li>On all other platforms, open Running Tools in Chrome and click Install
- <img src="@/assets/chrome-install.png" height="24" class="chrome-install" alt=""/>
- </li>
- </ul>
</p>
+ <ul>
+ <li>On iOS devices, open Running Tools in Safari, press <span aria-label="Share">
+ <vue-feather type="share" aria-hidden="true"/></span>, and select Add to Home Screen</li>
+ <li>On all other platforms, open Running Tools in Chrome and click Install
+ <img src="@/assets/chrome-install.png" height="24" class="chrome-install" alt=""/>
+ </li>
+ </ul>
<h2>The Calculators</h2>
<p>Running Tools contains six calculators:</p>