diff --git a/app.vue b/app.vue index c4422a6..1582f16 100644 --- a/app.vue +++ b/app.vue @@ -28,7 +28,7 @@ const Header = defineAsyncComponent(() => import('@/components/Header')) diff --git a/components/InviteFriendTab.vue b/components/InviteFriendTab.vue index a51288d..f23401b 100644 --- a/components/InviteFriendTab.vue +++ b/components/InviteFriendTab.vue @@ -10,19 +10,18 @@ available ROC from your Incognitee wallet to another wallet with an invite link. You can share this with your friends and let them participate. -
-
- Invite Friend -
-
-
- - -
-
+ +
+ Invite Friend +
+
+ +
+
+
@@ -34,10 +33,11 @@ import {Keyring} from '@polkadot/keyring' import {mnemonicGenerate, mnemonicToMiniSecret} from '@polkadot/util-crypto' import {formatBalance, u8aToHex} from "@polkadot/util"; -import { ref } from 'vue'; +import {ref} from 'vue'; + +import {useAccount} from '@/store/account.ts' +import {useIncognitee} from '@/store/incognitee.ts' -import { useAccount } from '@/store/account.ts' -import { useIncognitee } from '@/store/incognitee.ts' const accountStore = useAccount() const incogniteeStore = useIncognitee() @@ -81,27 +81,27 @@ const inviteFriend = () => { diff --git a/components/PublishonxTab.vue b/components/PublishonxTab.vue index 5d9bc6f..53692e9 100644 --- a/components/PublishonxTab.vue +++ b/components/PublishonxTab.vue @@ -2,8 +2,8 @@
-
-
Publish on X
+
+
Publish on X
By clicking the ”Check” button, you will be redirected to the Paseo Subscan Portal, where you have to check for your unshielding event.