Skip to content

Commit

Permalink
Icon changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DogukanUrker committed Jan 20, 2024
1 parent 03a7191 commit 523d6fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 42 deletions.
15 changes: 1 addition & 14 deletions templates/standardUI/adminPanelComments.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,6 @@ <h3>
</div>
{% endfor %} {% if request.path == "/admin/comments" %}
<a href="/admin" class="btn btnLink textPrimary goBackToAdmin"
><svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="w-6 h-6"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M9 15 3 9m0 0 6-6M3 9h12a6 6 0 0 1 0 12h-3"
/>
</svg>
><i class="ti ti-arrow-back"></i>
</a>
{% endif %} {% endblock body %}
15 changes: 1 addition & 14 deletions templates/standardUI/adminPanelUsers.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,6 @@ <h1 class="textCenter">Users</h1>
{% endfor %}
</div>
<a href="/admin" class="btn btnLink textPrimary goBackToAdmin"
><svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="w-6 h-6"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M9 15 3 9m0 0 6-6M3 9h12a6 6 0 0 1 0 12h-3"
/>
</svg>
><i class="ti ti-arrow-back"></i>
</a>
{% endblock body %}
15 changes: 1 addition & 14 deletions templates/standardUI/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,6 @@ <h1 class="textCenter">Comments</h1>
</div>
{% endfor %} {% endif %} {% if request.path == "/admin/posts" %}
<a href="/admin" class="btn btnLink textPrimary goBackToAdmin"
><svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="w-6 h-6"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M9 15 3 9m0 0 6-6M3 9h12a6 6 0 0 1 0 12h-3"
/>
</svg>
><i class="ti ti-arrow-back"></i>
</a>
{% endif %} {% endblock body %}

0 comments on commit 523d6fb

Please sign in to comment.