Fix Image Links

This commit is contained in:
Ben C 2022-03-02 07:46:29 -08:00 committed by GitHub
parent 8153ca38f9
commit e0ddacf348
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
{% block content %}
<div class="row mb-3">
<div class="col text-center">
<img class="img-fluid" src="/static/images/home_logo.png" alt="New Horizons Logo"/>
<img class="img-fluid" src="/images/home/home_logo.png" alt="New Horizons Logo"/>
</div>
</div>
<div class="row">
@ -31,13 +31,13 @@
<div class="row">
<div class="col">
<figure class="figure">
<img src="/static/images/home/mod_manager_dots.png" class="figure-img img-fluid rounded" alt="Click the three dots in the mod manager">
<img src="/images/home/mod_manager_dots.png" class="figure-img img-fluid rounded" alt="Click the three dots in the mod manager">
<figcaption class="figure-caption text-end">Click the ⋮</figcaption>
</figure>
</div>
<div class="col">
<figure class="figure">
<img src="/static/images/home/create_planets.png" class="figure-img img-fluid rounded" alt="Create a new folder named &quot;planets&quot;">
<img src="/images/home/create_planets.png" class="figure-img img-fluid rounded" alt="Create a new folder named &quot;planets&quot;">
<figcaption class="figure-caption text-end">Create a new folder named "planets"</figcaption>
</figure>
</div>