Skip to content

Commit

Permalink
fix: 修复赞助商图片链接地址
Browse files Browse the repository at this point in the history
  • Loading branch information
shatian114 committed Jul 7, 2024
1 parent 4442be9 commit d04ee00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/sponsoring/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ const sponsorList = ref([
>
<img
loading="lazy"
:src="`/public/assets/sponsors/${sponsor.img}.svg`"
:src="`/assets/sponsors/${sponsor.img}.svg`"
:alt="sponsor.name"
class="w-[100%] max-w-[100%]"
/>
Expand Down

0 comments on commit d04ee00

Please sign in to comment.