Remove changelog link from user menu
Magent CI/CD / verify (push) Successful in 11m52s
Magent CI/CD / deploy-prod (push) Skipped
Magent CI/CD / deploy-beta (push) Successful in 5m59s

This commit is contained in:
2026-09-10 17:12:30 +12:00
parent b286ca3c42
commit e2be8b3872
-3
View File
@@ -103,9 +103,6 @@ export default function HeaderIdentity() {
Settings
</a>
) : null}
<a href="/changelog" onClick={() => setOpen(false)}>
Changelog
</a>
<button type="button" className="signed-in-signout" onClick={() => void signOut()}>
Sign out
</button>