Open github link on new tab (#3791)

This commit is contained in:
Maicon Strey
2026-01-22 05:43:15 +01:00
committed by GitHub
parent d65e08e7c8
commit 0cbf345e84
+3 -1
View File
@@ -50,7 +50,9 @@
<span class="visually-hidden">{{ _('Change language') }}</span>
<span class="{{ get_flag_for_locale(get_locale()) }}" id="language-selector-flag"></span>
</button>
<a class="github-link" href="https://github.com/dgtlmoon/changedetection.io">
<a class="github-link" href="https://github.com/dgtlmoon/changedetection.io"
target="_blank"
rel="noopener" >
{% include "svgs/github.svg" %}
</a>
</li>