Skip to content

Commit de25457

Browse files
authored
Update profile.html
1 parent cbfd53d commit de25457

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template/profile/profile.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,16 +143,16 @@ <h2><u>PROFILE PICTURE</u></h2><br>
143143
<img src="{{ user.profile.profile_pic.url }}" width="139px" height="139px" style="border-radius: 100px; background: transparent;" class="position-absolute top-100 start-50 translate-middle" alt="pic">
144144
</div><br><br><br>
145145
<div class="text-center">
146-
<a href="/profile/v2" class="btn btn-secondary mt-3">Update</a>
146+
<a href="/profile/v2" class="btn btn-secondary mt-3"><i class="fa-solid fa-circle-plus fa-beat"></i>Update</a>
147147
</div>
148148
{% else %}
149149
<img src="/media/default-avatar.png" class="position-absolute top-100 start-50 translate-middle" alt="pic">
150150
</div><br><br><br>
151151
<div class="text-center">
152152
{% if user.profile %}
153-
<a href="/profile/v2" class="btn btn-dark mt-3">Update</a>
153+
<a href="/profile/v2" class="btn btn-dark mt-3"><i class="fa-solid fa-circle-plus fa-beat"></i> Update</a>
154154
{% else %}
155-
<a href="/profile/v2" class="btn btn-dark mt-3">Add</a>
155+
<a href="/profile/v2" class="btn btn-dark mt-3"><i class="fa-solid fa-circle-plus fa-beat"></i> Add</a>
156156
{% endif %}
157157
</div>
158158
{% endif %}

0 commit comments

Comments
 (0)