feat: add Support link and fix Chat link in nav
Node.js CI / CI (pull_request) Failing after 31s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m3s

This commit is contained in:
2026-03-31 17:46:53 -07:00
committed by Naomi Carrigan
parent a074449d0f
commit f01dc30089
+3 -1
View File
@@ -15,7 +15,9 @@
<hr />
<a routerLink="/settings" class="nav-link">Settings</a>
<hr />
<a routerLink="/chat" class="nav-link">Chat</a>
<a href="https://chat.nhcarrigan.com" target="_blank" class="nav-link">Chat</a>
<hr />
<a href="https://support.nhcarrigan.com" target="_blank" class="nav-link">Support</a>
<hr />
</div>
<i class="fa-solid fa-bars" *ngIf="!navOpen" (click)="toggleNav()"></i>