Skip to content

Commit

Permalink
better
Browse files Browse the repository at this point in the history
  • Loading branch information
loftwah committed Aug 11, 2024
1 parent 84d5086 commit 5672351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/links/user_links.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<%= image_tag @user.avatar, alt: @user.email, class: "rounded-full border-4 border-white object-cover", style: "width: 8rem; height: auto;" %>
<% else %>
<!-- Provide a default avatar image or placeholder -->
<%= image_tag "default_avatar.png", alt: @user.email, class: "rounded-full border-4 border-white object-cover", style: "width: 8rem; height: auto;" %>
<%= image_tag "greg.jpg", alt: @user.email, class: "rounded-full border-4 border-white object-cover", style: "width: 8rem; height: auto;" %>
<% end %>
</div>
<div class="user-info mt-4">
Expand Down

0 comments on commit 5672351

Please sign in to comment.