mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-04-25 11:02:11 +00:00
Swap 'contacts' and 'nomad network' links in the sidebar for improved navigation clarity
This commit is contained in:
@@ -170,19 +170,6 @@
|
||||
</SidebarLink>
|
||||
</li>
|
||||
|
||||
<!-- contacts -->
|
||||
<li>
|
||||
<SidebarLink :to="{ name: 'contacts' }" :is-collapsed="isSidebarCollapsed">
|
||||
<template #icon>
|
||||
<MaterialDesignIcon
|
||||
icon-name="account-multiple"
|
||||
class="w-6 h-6 text-gray-700 dark:text-white"
|
||||
/>
|
||||
</template>
|
||||
<template #text>{{ $t("app.contacts") }}</template>
|
||||
</SidebarLink>
|
||||
</li>
|
||||
|
||||
<!-- nomad network -->
|
||||
<li>
|
||||
<SidebarLink :to="{ name: 'nomadnetwork' }" :is-collapsed="isSidebarCollapsed">
|
||||
@@ -196,6 +183,19 @@
|
||||
</SidebarLink>
|
||||
</li>
|
||||
|
||||
<!-- contacts -->
|
||||
<li>
|
||||
<SidebarLink :to="{ name: 'contacts' }" :is-collapsed="isSidebarCollapsed">
|
||||
<template #icon>
|
||||
<MaterialDesignIcon
|
||||
icon-name="account-multiple"
|
||||
class="w-6 h-6 text-gray-700 dark:text-white"
|
||||
/>
|
||||
</template>
|
||||
<template #text>{{ $t("app.contacts") }}</template>
|
||||
</SidebarLink>
|
||||
</li>
|
||||
|
||||
<!-- map -->
|
||||
<li>
|
||||
<SidebarLink :to="{ name: 'map' }" :is-collapsed="isSidebarCollapsed">
|
||||
|
||||
Reference in New Issue
Block a user