Spaces:
Sleeping
Sleeping
Update web/profile.html
Browse files- web/profile.html +1 -1
web/profile.html
CHANGED
|
@@ -103,7 +103,7 @@
|
|
| 103 |
<div id="profileViewSection">
|
| 104 |
<div class="flex items-start space-x-6 mb-10">
|
| 105 |
<div class="flex flex-col items-center">
|
| 106 |
-
<
|
| 107 |
<button id="editProfileBtn" class="mt-2 px-4 py-2 rounded">
|
| 108 |
Edit Profile
|
| 109 |
</button>
|
|
|
|
| 103 |
<div id="profileViewSection">
|
| 104 |
<div class="flex items-start space-x-6 mb-10">
|
| 105 |
<div class="flex flex-col items-center">
|
| 106 |
+
<img src="tree.png" alt="Profile Tree" class="w-32 h-32 object-cover rounded-full border border-gray-300">
|
| 107 |
<button id="editProfileBtn" class="mt-2 px-4 py-2 rounded">
|
| 108 |
Edit Profile
|
| 109 |
</button>
|