diff --git a/components/AssetImagesList.vue b/components/AssetImagesList.vue
index e2f4eac8..2b45ab2e 100644
--- a/components/AssetImagesList.vue
+++ b/components/AssetImagesList.vue
@@ -34,7 +34,7 @@ const handlePreviewImage = (image: Image[]) => {
diff --git a/components/ModalTemplateTokenCollection.vue b/components/ModalTemplateTokenCollection.vue
index 3d45d49f..7b9a2d93 100644
--- a/components/ModalTemplateTokenCollection.vue
+++ b/components/ModalTemplateTokenCollection.vue
@@ -85,7 +85,7 @@ const handleViewEntireCollection = () => {
:asset="token"
/>
diff --git a/components/ProfileTabsItem.vue b/components/ProfileTabsItem.vue
index 72089369..1d9cef20 100644
--- a/components/ProfileTabsItem.vue
+++ b/components/ProfileTabsItem.vue
@@ -13,7 +13,7 @@ const styleVariants = tv({
slots: {
tab: 'heading-inter-17-semi-bold flex items-center',
counter:
- 'paragraph-inter-10-semi-bold ml-2 rounded-4 border border-neutral-20 px-1 py-[1px]',
+ 'paragraph-inter-10-semi-bold ml-2 rounded-4 border border-neutral-20 px-1 py-px',
},
variants: {
isActive: {
diff --git a/components/ProfileView.vue b/components/ProfileView.vue
index 913949b4..d450b775 100644
--- a/components/ProfileView.vue
+++ b/components/ProfileView.vue
@@ -177,7 +177,7 @@ watch(
>
{{ $formatMessage('asset_creations') }}
{{ createdCollectiblesCount }}
diff --git a/domains/graph/components/NftListCardGraph.vue b/domains/graph/components/NftListCardGraph.vue
index 04927e7b..bb746e3d 100644
--- a/domains/graph/components/NftListCardGraph.vue
+++ b/domains/graph/components/NftListCardGraph.vue
@@ -156,7 +156,7 @@ onMounted(() => {
{{ $formatNumber(getBalance(asset)) }}
-