Removes links from the header menu.

This commit is contained in:
Adrian Winterstein 2025-01-13 16:35:11 +01:00
parent 0d691da0f1
commit 2ec1db02ee
No known key found for this signature in database
GPG key ID: EDBA4B9F8D8E37AE

View file

@ -307,25 +307,6 @@
> >
{{ $t('overview') }} {{ $t('overview') }}
</router-link> </router-link>
<a
class="topbar-dropdown-item dropdown-item"
target="_blank"
@click.prevent="openBugReportModal()"
>
{{ $t('reportBug') }}
</a>
<a
class="topbar-dropdown-item dropdown-item"
target="_blank"
@click.prevent="openBugReportModal(true)"
>
{{ $t('askQuestion') }}
</a>
<a
class="topbar-dropdown-item dropdown-item"
href="https://docs.google.com/forms/d/e/1FAIpQLScPhrwq_7P1C6PTrI3lbvTsvqGyTNnGzp1ugi1Ml0PFee_p5g/viewform?usp=sf_link"
target="_blank"
>{{ $t('requestFeature') }}</a>
</div> </div>
</li> </li>
<li <li