update to use auditly-consulting firebase, gemini, fix settings/help pages to be their own pages (upload image not yet functional).

This commit is contained in:
Ra
2025-09-02 13:32:48 -07:00
parent 2e15a74c76
commit 899900f99c
24 changed files with 1480 additions and 5674 deletions

View File

@@ -510,7 +510,7 @@ export default function Sidebar({ companyName = "Zitlac Media", collapsed = fals
>
<div className="relative">
{React.cloneElement(settingsIcon, {
stroke: location.pathname === "/settings" ? "var(--Brand-Orange)" : "var(--Neutrals-NeutralSlate400, #A4A7AE)"
stroke: location.pathname === "/settings" ? "var(--Brand-Orange)" : "var(--Neutrals-NeutralSlate400)"
})}
</div>
<div className={`flex-1 justify-start text-sm font-medium font-['Inter'] leading-tight ${location.pathname === "/settings"