File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
docs/.vitepress/components Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments