feat: dashboard add link
This commit is contained in:
parent
45a7d04748
commit
6b05b1ae7f
@ -252,10 +252,11 @@ const params = JSON.stringify({
|
|||||||
<div class="bg-base-100 rounded mt-4 shadow">
|
<div class="bg-base-100 rounded mt-4 shadow">
|
||||||
<div class="px-4 pt-4 pb-2 text-lg font-semibold text-main">
|
<div class="px-4 pt-4 pb-2 text-lg font-semibold text-main">
|
||||||
{{ walletStore.currentAddress || 'Not Connected' }}
|
{{ walletStore.currentAddress || 'Not Connected' }}
|
||||||
<span
|
<RouterLink
|
||||||
v-if="walletStore.currentAddress"
|
v-if="walletStore.currentAddress"
|
||||||
class="float-right font-light text-sm"
|
class="float-right font-light text-sm cursor-pointert link link-primary no-underline font-medium"
|
||||||
>More</span
|
to="/wallet/portfolio"
|
||||||
|
>More</RouterLink
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
Loading…
Reference in New Issue
Block a user