diff --git a/src/components/Link/LinkBox.vue b/src/components/Link/LinkBox.vue index 147f117e..dc2a804c 100644 --- a/src/components/Link/LinkBox.vue +++ b/src/components/Link/LinkBox.vue @@ -17,6 +17,7 @@ text-size="text-3xl" paddings="hidden md:flex pb-2" margins="mb-0 mt-0" + :uppercase="false" />
diff --git a/src/components/Link/LinkCategoryList.vue b/src/components/Link/LinkCategoryList.vue index 42db7e9b..b805d00c 100644 --- a/src/components/Link/LinkCategoryList.vue +++ b/src/components/Link/LinkCategoryList.vue @@ -5,6 +5,7 @@ :title="convertToLocale(category)" :count="links[category].length" margins="mb-2" + :uppercase="false" /> {{ t(`${convertToLocale(category)}-desc`) }} diff --git a/src/components/Link/LinkList.vue b/src/components/Link/LinkList.vue index d17c7f51..d1cd703d 100644 --- a/src/components/Link/LinkList.vue +++ b/src/components/Link/LinkList.vue @@ -1,6 +1,11 @@