feat: remove settings

This commit is contained in:
Reto Aebersold 2024-02-06 15:53:33 +01:00
parent 6263d905fd
commit c103d29f31
1 changed files with 0 additions and 7 deletions

View File

@ -50,13 +50,6 @@ const courseSessionsStore = useCourseSessionsStore();
</div>
<div class="ml-6">
<h3>{{ user?.first_name }} {{ user?.last_name }}</h3>
<button
class="mt-2 inline-block flex items-center"
@click="clickLink('/settings')"
>
<it-icon-settings class="inline-block" />
<span class="ml-3">{{ $t("general.settings") }}</span>
</button>
</div>
</div>
</div>