Skip to content

Commit 36e89c7

Browse files
committed
docs: update
1 parent 71c4f96 commit 36e89c7

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/.vitepress/components/HomePage.vue

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,18 @@ const members = computed(() => [
3434
</script>
3535

3636
<template>
37-
<br />
38-
<br />
37+
<h2 class="text-center text-[24px] mt-[50px] mb-[10px] font-bold">Sponsored by</h2>
38+
<div class="flex items-center justify-center">
39+
<img src="https://raw.githubusercontent.com/hunghg255/sponsors/refs/heads/main/sponsors.svg" alt="logo" />
40+
</div>
41+
3942
<div flex="~ col wrap" mt8 items-center>
43+
<h2 class="text-center text-[24px] mt-[50px] mb-[10px] font-bold">Members</h2>
4044
<VPTeamMembers size="small" :members="members" />
4145
</div>
4246

43-
<h4 class="text-center mt-[50px] mb-[10px] font-bold">Thanks to the following friends for their contributions to project</h4>
47+
48+
<h4 class="text-center text-[18px] mt-[50px] mb-[10px] font-bold">Thanks to the following friends for their contributions to project</h4>
4449
<div class="flex items-center justify-center">
4550
<img class="max-w-[300px]" src="/contributor-circles.svg" alt="logo" />
4651
</div>

0 commit comments

Comments
 (0)