Remove changelog link from user menu
This commit is contained in:
@@ -103,9 +103,6 @@ export default function HeaderIdentity() {
|
|||||||
Settings
|
Settings
|
||||||
</a>
|
</a>
|
||||||
) : null}
|
) : null}
|
||||||
<a href="/changelog" onClick={() => setOpen(false)}>
|
|
||||||
Changelog
|
|
||||||
</a>
|
|
||||||
<button type="button" className="signed-in-signout" onClick={() => void signOut()}>
|
<button type="button" className="signed-in-signout" onClick={() => void signOut()}>
|
||||||
Sign out
|
Sign out
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user