Remove changelog link from user menu
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user