mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-21 15:41:00 +00:00
Fix icon alignment
This commit is contained in:
parent
11d48dea95
commit
44a36a8763
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ defmodule LiveBeatsWeb.PlayerLive do
|
|||
redirect_to={profile_path(@profile)}
|
||||
class="mx-auto flex outline border-2 border-white border-opacity-20 rounded-md p-1 pr-2"
|
||||
>
|
||||
<span class="mt-1"><.icon name={:user_circle}/></span>
|
||||
<span class="mt-1"><.icon name={:user_circle} class="w-4 h-4 block"/></span>
|
||||
<p class="ml-2"><%= @profile.username %></p>
|
||||
</.link>
|
||||
<% else %>
|
||||
|
|
Loading…
Reference in a new issue