Skip to content

Commit 04e59e2

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

site/_layouts/default.html

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

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

112114
<div class="wrapper">
113115
<!-- Sidebar Navigation -->

site/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ 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>
1312
</div>
1413

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

0 commit comments

Comments
 (0)