Skip to content

Commit 945237f

Browse files
committed
feat: update footer open source section to show doocs repo names
1 parent ff373a6 commit 945237f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/Footer.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ const prefix = locale === "en" ? "/en" : "";
3434
</div>
3535
<!-- Open Source -->
3636
<div>
37-
<h4 class="text-xs font-semibold text-text-muted uppercase tracking-wider mb-2.5 sm:mb-3">{locale === "en" ? "Open Source" : "开源社区"}</h4>
37+
<h4 class="text-xs font-semibold text-text-muted uppercase tracking-wider mb-2.5 sm:mb-3">{locale === "en" ? "Open Source" : "开源项目"}</h4>
3838
<ul class="space-y-2 text-sm">
39-
<li><a href="https://github.com/doocs/advanced-java" target="_blank" rel="noopener" class="text-text-dim hover:text-accent-light transition-colors no-underline">{locale === "en" ? "Java Advanced" : "Java 进阶"}</a></li>
40-
<li><a href="https://github.com/doocs/leetcode" target="_blank" rel="noopener" class="text-text-dim hover:text-accent-light transition-colors no-underline">LeetCode</a></li>
41-
<li><a href="https://github.com/doocs/md" target="_blank" rel="noopener" class="text-text-dim hover:text-accent-light transition-colors no-underline">{locale === "en" ? "Markdown" : "MD"}</a></li>
39+
<li><a href="https://github.com/doocs/advanced-java" target="_blank" rel="noopener" class="text-text-dim hover:text-accent-light transition-colors no-underline">doocs/advanced-java</a></li>
40+
<li><a href="https://github.com/doocs/leetcode" target="_blank" rel="noopener" class="text-text-dim hover:text-accent-light transition-colors no-underline">doocs/leetcode</a></li>
41+
<li><a href="https://github.com/doocs/md" target="_blank" rel="noopener" class="text-text-dim hover:text-accent-light transition-colors no-underline">doocs/md</a></li>
4242
</ul>
4343
</div>
4444
<!-- More -->

0 commit comments

Comments
 (0)