Infinity-1995 commited on
Commit
321f3a4
·
verified ·
1 Parent(s): ba3094e

Update dashboard.html

Browse files
Files changed (1) hide show
  1. dashboard.html +2 -10
dashboard.html CHANGED
@@ -33,7 +33,7 @@ body {
33
 
34
  <body>
35
 
36
- <!-- NAVBAR (UNCHANGED) -->
37
  <nav class="flex justify-between items-center px-10 py-5 bg-emerald-600 text-white">
38
 
39
  <a href="log.html" class="text-2xl font-extrabold">
@@ -46,7 +46,6 @@ body {
46
  <a href="#" class="hover:opacity-80">Impact</a>
47
  <a href="#" class="hover:opacity-80">Leaderboard</a>
48
 
49
- <!-- LOGOUT -->
50
  <a href="index.html" class="bg-white text-emerald-600 px-4 py-1 rounded-full font-semibold">
51
  Logout
52
  </a>
@@ -141,7 +140,7 @@ body {
141
 
142
  </div>
143
 
144
- <!-- BADGE + BUTTON (FIXED PROPERLY INSIDE CARD) -->
145
  <div class="card bg-white p-6 rounded-xl">
146
 
147
  <h3 class="font-bold text-lg">Current badge</h3>
@@ -152,13 +151,6 @@ body {
152
  155 more meals to reach Platinum
153
  </p>
154
 
155
- <!-- FIXED BUTTON -->
156
- <a href="log.html">
157
- <button class="mt-6 w-full bg-emerald-600 text-white py-2 rounded-full font-semibold hover:scale-105 transition">
158
- Log surplus now
159
- </button>
160
- </a>
161
-
162
  </div>
163
 
164
  </section>
 
33
 
34
  <body>
35
 
36
+ <!-- NAVBAR -->
37
  <nav class="flex justify-between items-center px-10 py-5 bg-emerald-600 text-white">
38
 
39
  <a href="log.html" class="text-2xl font-extrabold">
 
46
  <a href="#" class="hover:opacity-80">Impact</a>
47
  <a href="#" class="hover:opacity-80">Leaderboard</a>
48
 
 
49
  <a href="index.html" class="bg-white text-emerald-600 px-4 py-1 rounded-full font-semibold">
50
  Logout
51
  </a>
 
140
 
141
  </div>
142
 
143
+ <!-- BADGE ONLY (BUTTON REMOVED) -->
144
  <div class="card bg-white p-6 rounded-xl">
145
 
146
  <h3 class="font-bold text-lg">Current badge</h3>
 
151
  155 more meals to reach Platinum
152
  </p>
153
 
 
 
 
 
 
 
 
154
  </div>
155
 
156
  </section>