mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 00:53:19 +08:00
fix: 更正赞助者提交链接的路径
将朋友数据路径更正为赞助者数据路径,以指向正确的提交位置
This commit is contained in:
@@ -120,7 +120,7 @@ const sponsors = Object.values(
|
||||
<span>已赞助的小伙伴</span>
|
||||
</h2>
|
||||
<p class="text-sm text-black/60 dark:text-white/60 mb-4">
|
||||
如果您已赞助,并且想加入赞助名单,<a target="_blank" href="https://github.com/afoim/fuwari/tree/main/src/data/friends" class="transition link text-[var(--primary)] font-medium underline">请点击这里提交</a>
|
||||
如果您已赞助,并且想加入赞助名单,<a target="_blank" href="https://github.com/afoim/fuwari/tree/main/src/data/sponsors" class="transition link text-[var(--primary)] font-medium underline">请点击这里提交</a>
|
||||
</p>
|
||||
<div class="sponsors-grid">
|
||||
{sponsors.map((sponsor) => (
|
||||
|
||||
Reference in New Issue
Block a user