diff --git a/theme/src/client/components/global/VPImageCard.vue b/theme/src/client/components/global/VPImageCard.vue
index 86ab8b49..375cddfc 100644
--- a/theme/src/client/components/global/VPImageCard.vue
+++ b/theme/src/client/components/global/VPImageCard.vue
@@ -40,7 +40,7 @@ const date = computed(() => {
diff --git a/theme/src/client/features/components/NpmBadge.vue b/theme/src/client/features/components/NpmBadge.vue
index 854c62dc..592321aa 100644
--- a/theme/src/client/features/components/NpmBadge.vue
+++ b/theme/src/client/features/components/NpmBadge.vue
@@ -11,7 +11,7 @@ const info = useNpmBadge(toRef(() => props))
-
+
{{ data.ownerType === 'Organization' ? data.fullName : data.name }}
diff --git a/theme/src/client/features/components/Swiper.vue b/theme/src/client/features/components/Swiper.vue
index 1ab8d85b..2d2e1eeb 100644
--- a/theme/src/client/features/components/Swiper.vue
+++ b/theme/src/client/features/components/Swiper.vue
@@ -157,7 +157,7 @@ function onSwiper(swiper: SwiperType) {
@swiper="onSwiper"
>
-
+
diff --git a/theme/src/client/features/components/RepoCard.vue b/theme/src/client/features/components/RepoCard.vue
index efe94170..12fa2936 100644
--- a/theme/src/client/features/components/RepoCard.vue
+++ b/theme/src/client/features/components/RepoCard.vue
@@ -13,7 +13,7 @@ const { loaded, data } = useGithubRepo(toRef(props, 'repo'))