Skip to content

Commit 167cbc9

Browse files
committed
Updating UI 1.2
Signed-off-by: Someshdiwan <[email protected]>
1 parent de21cc7 commit 167cbc9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

site/_layouts/default.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@
108108

109109
</head>
110110
<body>
111-
<!-- Dark Mode Toggle Button -->
112-
<button onclick="toggleDarkMode()" class="dark-toggle">🌓</button>
113111

114112
<div class="wrapper">
115113
<!-- Sidebar Navigation -->

site/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ title: Home
99
<div id="time-location-container">
1010
<div id="live-time">Time: Loading...</div>
1111
<div id="user-location">Location: Detecting...</div>
12+
<button onclick="toggleDarkMode()" class="dark-toggle">🌓</button>
1213
</div>
1314

1415
Welcome to JavaEvolution, your one-stop guide for mastering Java from basics to advanced concepts.

0 commit comments

Comments
 (0)