Skip to content

Commit 634ec54

Browse files
authored
chore(deps): upgrade vitepress theme (#21796)
1 parent 26e20c5 commit 634ec54

3 files changed

Lines changed: 75 additions & 40 deletions

File tree

docs/.vitepress/theme/landing/Community.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import githubIcon from '@assets/social/github-light.svg'
2+
import { Icon } from '@iconify/vue'
33
44
interface Testimonial {
55
name: string
@@ -108,7 +108,7 @@ const testimonials: Testimonial[] = [
108108
<div class="flex flex-col gap-3">
109109
<h2 class="text-white">75k+</h2>
110110
<p class="text-grey flex items-center gap-2">
111-
<img :src="githubIcon" alt="" class="size-6" />
111+
<Icon icon="simple-icons:github" width="20px" height="20px" />
112112
Github Stars
113113
</p>
114114
</div>

docs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
"docs-serve": "vitepress serve"
99
},
1010
"devDependencies": {
11+
"@iconify/vue": "^5.0.0",
1112
"@shikijs/vitepress-twoslash": "^4.0.0",
1213
"@types/express": "^5.0.6",
13-
"@voidzero-dev/vitepress-theme": "^4.5.1",
14+
"@voidzero-dev/vitepress-theme": "^4.8.1",
1415
"feed": "^5.2.0",
1516
"markdown-it-image-size": "^15.0.1",
1617
"oxc-minify": "^0.115.0",

pnpm-lock.yaml

Lines changed: 71 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)