Skip to content

Commit

Permalink
Merge branch 'main' into fix/private-sessions-schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
LuigiR0jas authored Sep 13, 2024
2 parents 9ef1345 + a1ea70d commit 2b0dfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/profiles/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="z-10 flex flex-col items-start w-full max-w-screen-sm px-5 pt-6 pb-12">
<div class="flex flex-row items-center">
<% if @profile.image.attached? %>
<div class="flex flex-col items-center justify-center relative w-[120px] bg-cover bg-no-repeat bg-center h-[120px] rounded-full" style="background-image: url(<%= url_for(@profile.image) %>)">
<div class="flex flex-col items-center justify-center shrink-0 relative w-[120px] bg-cover bg-no-repeat bg-center h-[120px] rounded-full" style="background-image: url(<%= url_for(@profile.image) %>)">
</div>
<% else %>
<div class="w-[120px] h-[120px] rounded-full bg-slate-300 p-5 flex flex-row items-center justify-center">
Expand Down

0 comments on commit 2b0dfce

Please sign in to comment.