From 4bbe01e525d17998057c989897a52a5097f60931 Mon Sep 17 00:00:00 2001 From: roiLeo Date: Mon, 19 Jun 2023 09:52:36 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20oruga=20component=20usage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/gallery/GalleryItemDescription.vue | 23 +++++++----- .../GalleryItemActivityTable.vue | 36 ++++++++++--------- .../GalleryItemOffers.vue | 36 +++++++++---------- .../filters/modules/PopularCollections.vue | 7 ++-- .../components/NeoRadio/NeoRadio.story.vue | 6 ++-- 5 files changed, 57 insertions(+), 51 deletions(-) diff --git a/components/gallery/GalleryItemDescription.vue b/components/gallery/GalleryItemDescription.vue index 0c6818fbc8..8497a7dda9 100644 --- a/components/gallery/GalleryItemDescription.vue +++ b/components/gallery/GalleryItemDescription.vue @@ -21,17 +21,17 @@ :disabled="propertiesTabDisabled" :label="$t('tabs.properties')" :disabled-tooltip="$t('tabs.noPropertiesForNFT')"> - - + {{ props.row.trait_type }} - - + + {{ props.row.value }} - - + + @@ -116,12 +116,17 @@