Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions docs/.vitepress/theme/components/VPFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,6 @@ const projectName = title || "Garden Linux";
</a>
</div>
</div>

<!-- Row 3: Legal links (always last) -->
<div class="footer-legal-links">
<a href="/about/terms-of-use">Terms of Use</a>
<span class="footer-legal-sep">|</span>
<a href="/about/privacy">Privacy Statement</a>
<span class="footer-legal-sep">|</span>
<a href="/about/legal-disclosure">Legal Disclosure</a>
</div>
</div>
</footer>
</template>
Expand Down
Loading