mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
Merge branch 'route' into 'master'
route issue fix See merge request mohit.panjvani/crater-web!1417
This commit is contained in:
@ -82,16 +82,15 @@
|
|||||||
/>
|
/>
|
||||||
</MenuButton>
|
</MenuButton>
|
||||||
</template>
|
</template>
|
||||||
|
<router-link :to="{ name: 'customer.profile' }">
|
||||||
<BaseDropdownItem
|
<BaseDropdownItem>
|
||||||
@click="$router.push({ name: 'customer.profile' })"
|
<CogIcon
|
||||||
>
|
class="w-5 h-5 mr-3 text-gray-400 group-hover:text-gray-500"
|
||||||
<CogIcon
|
aria-hidden="true"
|
||||||
class="w-5 h-5 mr-3 text-gray-400 group-hover:text-gray-500"
|
/>
|
||||||
aria-hidden="true"
|
{{ $t('navigation.settings') }}
|
||||||
/>
|
</BaseDropdownItem>
|
||||||
{{ $t('navigation.settings') }}
|
</router-link>
|
||||||
</BaseDropdownItem>
|
|
||||||
|
|
||||||
<BaseDropdownItem @click="logout">
|
<BaseDropdownItem @click="logout">
|
||||||
<LogoutIcon
|
<LogoutIcon
|
||||||
|
|||||||
Reference in New Issue
Block a user