Skip to content

Commit

Permalink
docs: reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Sep 10, 2024
1 parent 5037ce7 commit 277e3af
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions packages/docs/.vitepress/theme/components/HomeSponsors.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<script setup lang="ts">
import HomeSponsorsGroup from './HomeSponsorsGroup.vue'
import sponsors from './sponsors.json'
import { useData } from 'vitepress'
const { site } = useData()
const translations = {
en: 'Become a sponsor',
'en-US': 'Become a Sponsor!',
'zh-CN': '成为赞助者!',
}
</script>

<template>
<div class="sponsors_outer">
<div>
Expand All @@ -24,19 +37,6 @@
</div>
</template>

<script setup lang="ts">
import HomeSponsorsGroup from './HomeSponsorsGroup.vue'
import sponsors from './sponsors.json'
import { useData } from 'vitepress'
const { site } = useData()
const translations = {
en: 'Become a sponsor',
'en-US': 'Become a Sponsor!',
'zh-CN': '成为赞助者!',
}
</script>

<style scoped>
.become-sponsor {
font-size: 0.9em;
Expand Down

0 comments on commit 277e3af

Please sign in to comment.