You've already forked zblade.dev
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user