Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Aug 14, 2024
1 parent 0f207e6 commit 18eab02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypha/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
</button>
<div className="dropdown-content">
<a href="#">Signed in as {user.name}</a>
<a href={"./ws-user-" + user.sub}>My Profile</a>
<a href={"./ws-user-" + user.sub}>My Workspace</a>
<a href="#" onClick={onLogout}>Logout</a>
</div>
</div>
Expand Down

0 comments on commit 18eab02

Please sign in to comment.