style(layout): add "Site" prefix to footer attribution

This commit is contained in:
2026-02-12 20:32:24 +01:00
parent 86a504e5f3
commit 452b5cedff
+1 -1
View File
@@ -92,7 +92,7 @@ const { title, description = "AI-Native code editor built with Rust and Tauri. F
</div> </div>
<div class="footer-bottom"> <div class="footer-bottom">
<p>&copy; {new Date().getFullYear()} Zaguán AI. All rights reserved.</p> <p>&copy; {new Date().getFullYear()} Zaguán AI. All rights reserved.</p>
<p>Created and maintained with Zaguán Blade</p> <p>Site created and maintained with Zaguán Blade</p>
</div> </div>
</div> </div>
</footer> </footer>