Spaces:
Running
Running
Let's make the "save progress" button into "Profile" - a button that goes to the users main profile. - Follow Up Deployment
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -229,7 +229,7 @@
|
|
| 229 |
<!-- Action Buttons -->
|
| 230 |
<div class="flex flex-col sm:flex-row gap-3">
|
| 231 |
<button class="flex-1 bg-amber-600 hover:bg-amber-700 text-white font-bold py-3 px-4 rounded-lg transition-all flex items-center justify-center">
|
| 232 |
-
<i class="fas fa-
|
| 233 |
</button>
|
| 234 |
<button class="flex-1 bg-transparent hover:bg-gray-700 text-white font-bold py-3 px-4 rounded-lg border gold-border transition-all flex items-center justify-center">
|
| 235 |
<i class="fas fa-share-alt mr-2"></i> Share
|
|
|
|
| 229 |
<!-- Action Buttons -->
|
| 230 |
<div class="flex flex-col sm:flex-row gap-3">
|
| 231 |
<button class="flex-1 bg-amber-600 hover:bg-amber-700 text-white font-bold py-3 px-4 rounded-lg transition-all flex items-center justify-center">
|
| 232 |
+
<i class="fas fa-user mr-2"></i> Profile
|
| 233 |
</button>
|
| 234 |
<button class="flex-1 bg-transparent hover:bg-gray-700 text-white font-bold py-3 px-4 rounded-lg border gold-border transition-all flex items-center justify-center">
|
| 235 |
<i class="fas fa-share-alt mr-2"></i> Share
|