Skip to content

Commit

Permalink
Fixed the share button
Browse files Browse the repository at this point in the history
  • Loading branch information
SlumberDemon committed Oct 14, 2022
1 parent 9f4376a commit 5cf4baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1>Your Images</h1>
<span id="imginfo">{{ item["key"] }}.{{ item["ext"] }}</span>
<div class="footer-container">
<a href="/info/{{ item['key'] }}" class="button">View</a>
<a class="button share-button">
<a id="share" class="button share-button">
<i class="fa fa-share-alt"></i>
</a>
</div>
Expand All @@ -29,4 +29,4 @@ <h1>Your Images</h1>
{% block scripts %}
{{ super() }}
<script src="/static/scripts/dashboard.js"></script>
{% endblock %}
{% endblock %}

0 comments on commit 5cf4baa

Please sign in to comment.