|
|
@ -113,13 +113,13 @@ |
|
|
|
|
|
|
|
<router-link |
|
|
|
:to="{ name: 'new-edit-account' }" |
|
|
|
class="block text-center text-lg font-bold uppercase bg-blue-600 text-white px-2 py-3 rounded-md mb-8" |
|
|
|
class="block text-center text-lg font-bold uppercase bg-blue-600 text-white px-2 py-3 rounded-md mb-2" |
|
|
|
> |
|
|
|
Edit Identity |
|
|
|
</router-link> |
|
|
|
<router-link |
|
|
|
:to="{ name: 'identity-switcher' }" |
|
|
|
class="block text-center text-lg font-bold uppercase bg-blue-600 text-white px-2 py-3 rounded-md mb-8" |
|
|
|
class="block text-center text-md uppercase bg-slate-500 text-white px-1.5 py-2 rounded-md mb-8" |
|
|
|
> |
|
|
|
Switch Identity / No Identity |
|
|
|
</router-link> |
|
|
|