diff --git a/resources/js/Global/components/Blocks/Name.vue b/resources/js/Global/components/Blocks/Name.vue index b6d1189..fbf4186 100644 --- a/resources/js/Global/components/Blocks/Name.vue +++ b/resources/js/Global/components/Blocks/Name.vue @@ -44,9 +44,11 @@ } .name-block .text .Fa { font-size: 20px; + line-height: 22px; } .name-block .text .En { font-size: 12px; + line-height: 18px; letter-spacing: 5px; text-transform: uppercase; margin-right: -5px; diff --git a/resources/js/Global/components/Blocks/Price.vue b/resources/js/Global/components/Blocks/Price.vue index 0cff359..a159c01 100644 --- a/resources/js/Global/components/Blocks/Price.vue +++ b/resources/js/Global/components/Blocks/Price.vue @@ -4,8 +4,8 @@
{{ Intl.NumberFormat().format(original_price) }}
12 WMi-percentage
-
{{ Intl.NumberFormat().format(price) }}
-
رایگان
+
{{ Intl.NumberFormat().format(price) }}
+
{{ zeroLabel }}
@@ -17,6 +17,7 @@ original_price: String, price: { default: 1000 }, label: { default: 'تومان' }, + zeroLabel: String, }, }; diff --git a/resources/js/Global/components/Dividers/Section-Title.vue b/resources/js/Global/components/Dividers/Section-Title.vue index 3da24bd..7296325 100644 --- a/resources/js/Global/components/Dividers/Section-Title.vue +++ b/resources/js/Global/components/Dividers/Section-Title.vue @@ -11,7 +11,7 @@