vineelagampa commited on
Commit
989cbf0
·
verified ·
1 Parent(s): 7d67bac

Update web/profile.html

Browse files
Files changed (1) hide show
  1. 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
- <div class="w-32 h-32 bg-gray-300 rounded-full"></div>
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>