Skip to content

Commit 2d0d314

Browse files
authored
Update index.html
1 parent 2b04f1f commit 2d0d314

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ <h2 style="text-align:center;">Welcome to the official Coding Hut website.</h2>
141141
<script>
142142
if (localStorage.getItem('username')) {
143143
document.getElementById('user').textContent = localStorage.getItem('username');
144+
document.getElementById('user').href = 'account-dashboard';
145+
144146
}
145147

146148
function toggleMenu() {

0 commit comments

Comments
 (0)