Skip to content

Commit

Permalink
continue to break images
Browse files Browse the repository at this point in the history
  • Loading branch information
Spartan2909 committed May 11, 2022
1 parent bfb4848 commit 4622fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h3>Food for the Hearts</h3>
</nav>

<div id="menu">
<img src={{ url_for('static', filename='media/logo-hearts.png') }}>
<img src="{{ url_for('static', filename='media/logo-hearts.png') }}">
</div>

<a href="/staff" id="staff">Staff Only</a>
Expand Down

0 comments on commit 4622fa6

Please sign in to comment.