fix: update landing page nav height, discord link, replace Download with @zhixianio

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
This commit is contained in:
zhixian
2026-02-20 09:24:21 +09:00
parent ffcdcd22b2
commit 695597690c

View File

@@ -57,7 +57,7 @@
left: 0;
right: 0;
z-index: 100;
padding: 20px 40px;
padding: 12px 40px;
display: flex;
align-items: center;
justify-content: space-between;
@@ -439,7 +439,7 @@
</a>
<div class="nav-links">
<a href="#features">Features</a>
<a href="#download">Download</a>
<a href="https://x.com/zhixianio" target="_blank">@zhixianio</a>
<a href="https://github.com/zhixianio/clawpal" target="_blank">GitHub</a>
<a href="#download" class="btn" style="color:white;">
Download
@@ -462,7 +462,7 @@
<svg width="18" height="18"><use href="#icon-github"/></svg>
GitHub
</a>
<a href="https://discord.gg/T3nPEG9TZN" class="btn btn-outline" style="padding:14px 32px;font-size:1rem;border-radius:12px;" target="_blank">
<a href="https://discord.gg/d5EdxQ8Qnc" class="btn btn-outline" style="padding:14px 32px;font-size:1rem;border-radius:12px;" target="_blank">
<svg width="18" height="18"><use href="#icon-discord"/></svg>
Discord
</a>