diff --git a/src/components/MintDetailsDialog.vue b/src/components/MintDetailsDialog.vue index ddaf1205..2279968c 100644 --- a/src/components/MintDetailsDialog.vue +++ b/src/components/MintDetailsDialog.vue @@ -11,98 +11,93 @@ :value="showMintInfoData.url" :options="{ width: 340 }" class="rounded-borders" - @click="copyText(showMintInfoData.url)" > -
-
+
+
{{ showMintInfoData.url }}
-
- -
+
+ - - {{ showMintInfoData.info.name }} - -
-
+
+
+ - - {{ showMintInfoData.info.description }} - -
-
+
+
+ - - {{ showMintInfoData.info.description_long }} - -
-
+
+
+ - - Version: {{ showMintInfoData.info.version }} - -
-
+
+
+ - - - Nuts: {{ Object.keys(showMintInfoData.info.nuts).join(", ") }} - -
- -
+ + Nuts: {{ Object.keys(showMintInfoData.info.nuts).join(", ") }} + +
+ - -
+ +