Skip to content

Commit cb6f013

Browse files
authored
Update index.html
1 parent 3c5e000 commit cb6f013

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ <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-
146144
}
147145

148146
function toggleMenu() {

0 commit comments

Comments
 (0)