Skip to content

Commit

Permalink
style: change position of the account and security (monicahq/chandler…
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss authored Oct 10, 2022
1 parent 9891209 commit 1d1fb4e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions resources/js/Pages/Settings/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,18 @@
{{ $t('settings.user_preferences') }}
</inertia-link>
</li>
<li class="flex justify-start">
<li class="mb-2 flex justify-start">
<span class="mr-2">📡</span>
<inertia-link :href="data.url.notifications.index" class="text-blue-500 hover:underline">
{{ $t('settings.notification_channels') }}
</inertia-link>
</li>
<li class="flex justify-start">
<span class="mr-2">🔐</span>
<inertia-link :href="route('profile.show')" class="text-blue-500 hover:underline">
Profile and security
</inertia-link>
</li>
</ul>
</div>

Expand All @@ -45,12 +51,6 @@
</h2>
<div class="mb-6 rounded-lg border border-gray-200 bg-white p-5 dark:border-gray-700 dark:bg-gray-900">
<ul>
<li class="mb-2 flex justify-start">
<span class="mr-2">🔐</span>
<inertia-link :href="route('profile.show')" class="text-blue-500 hover:underline">
Account and security
</inertia-link>
</li>
<li class="mb-2 flex justify-start">
<span class="mr-2">🥸</span>
<inertia-link :href="data.url.users.index" class="text-blue-500 hover:underline">
Expand Down

0 comments on commit 1d1fb4e

Please sign in to comment.