feat: remove settings
This commit is contained in:
parent
6263d905fd
commit
c103d29f31
|
|
@ -50,13 +50,6 @@ const courseSessionsStore = useCourseSessionsStore();
|
||||||
</div>
|
</div>
|
||||||
<div class="ml-6">
|
<div class="ml-6">
|
||||||
<h3>{{ user?.first_name }} {{ user?.last_name }}</h3>
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue