feat(layout): add changelog link to navigation

This commit is contained in:
2026-02-08 11:11:04 +01:00
parent 898e2737fb
commit b1fda06238
+2
View File
@@ -57,6 +57,7 @@ const { title, description = "AI-Native code editor built with Rust and Tauri. F
<nav class="nav"> <nav class="nav">
<a href="#features">Features</a> <a href="#features">Features</a>
<a href="/docs">Docs</a> <a href="/docs">Docs</a>
<a href="/changelog">Changelog</a>
<a href="#download">Download</a> <a href="#download">Download</a>
<a href="https://zaguanai.com/pricing" target="_blank" rel="noopener">Pricing</a> <a href="https://zaguanai.com/pricing" target="_blank" rel="noopener">Pricing</a>
</nav> </nav>
@@ -77,6 +78,7 @@ const { title, description = "AI-Native code editor built with Rust and Tauri. F
<h4>Product</h4> <h4>Product</h4>
<a href="#features">Features</a> <a href="#features">Features</a>
<a href="/docs">Documentation</a> <a href="/docs">Documentation</a>
<a href="/changelog">Changelog</a>
<a href="#download">Download</a> <a href="#download">Download</a>
<a href="https://zaguanai.com/pricing" target="_blank" rel="noopener">Pricing</a> <a href="https://zaguanai.com/pricing" target="_blank" rel="noopener">Pricing</a>
</div> </div>