Skip to content

Commit

Permalink
fix: Made title link open in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubaryt committed Jun 16, 2024
1 parent 6ddf231 commit 51d9108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/templates/core/panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{% load static %}
<img src="{% static 'images/logo.svg' %}" class="w-10">
</a>
<a href="https://github.com/Gwardia-Czapli/GwardiaHub" class="text-md md:text-xl font-bold">GwardiaHub</a>
<a href="https://github.com/Gwardia-Czapli/GwardiaHub" class="text-md md:text-xl font-bold" target="_blank">GwardiaHub</a>
</div>
<div class="flex justify-between items-center gap-4 m-2">
<a href="{% url 'core:profile' 'TODO: Your nickname' %}">
Expand Down Expand Up @@ -74,4 +74,4 @@ <h3 class="mx-4 pt-2 text-lg font-bold">{{ namespace }}</h3>
<li class="md:hidden">
<button id="mobile-menu-btn" class="fa-solid fa-bars"></button>
</li>
{% endblock %}
{% endblock %}

0 comments on commit 51d9108

Please sign in to comment.