mirror of
https://github.com/thecyberlearn/quantumtaskai-caprover.git
synced 2026-08-18 08:52:57 +00:00
Add Home link pointing to external website
Add Home link back to navbar pointing to https://www.quantumtaskai.com/ with target="_blank" to open in new tab. Navbar now shows both Home (external) and AI Marketplace (internal). 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
2e3de9d9d0
commit
c0a22dddd5
@ -58,6 +58,7 @@
|
||||
<img src="{% static 'img/logo.png' %}" alt="Quantum Tasks AI" class="logo-img">
|
||||
</a>
|
||||
<nav class="header-nav" id="header-nav">
|
||||
<a href="https://www.quantumtaskai.com/" class="nav-link" target="_blank">Home</a>
|
||||
<a href="{% url 'agents:marketplace' %}" class="nav-link {% if request.resolver_match.url_name == 'marketplace' %}active{% endif %}">AI Marketplace</a>
|
||||
</nav>
|
||||
<button class="mobile-nav-toggle" onclick="toggleMobileNav()" aria-label="Toggle navigation">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user