feat(ui): add YouTube channel link to BaseLayout

Adds a new social media link to the BaseLayout component for the YouTube channel.
This commit is contained in:
2026-05-12 23:22:38 +02:00
parent 0e65336dcf
commit 54e21ef680
+1
View File
@@ -102,6 +102,7 @@ const isActiveRoute = (path: string) => currentPath === normalizePath(path);
<a href="https://zaguanai.com" target="_blank" rel="noopener">Main Site</a>
<a href="https://zaguanai.com/pricing" target="_blank" rel="noopener">Subscription</a>
<a href="https://x.com/Zaguan_AI" target="_blank" rel="noopener">X (Twitter)</a>
<a href="https://www.youtube.com/@Zaguan_AI" target="_blank" rel="noopener">YouTube Channel</a>
</div>
</div>
<div class="footer-bottom">