Skip to content

Commit b0ffb52

Browse files
committed
fix: adjust user provider meta section alignment
1 parent 81cf9d4 commit b0ffb52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algora_web/live/org/dashboard_live.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
326326
327327
<div
328328
:if={@user.provider_meta}
329-
class="pt-0.5 flex flex-wrap items-center justify-center gap-x-3 gap-y-1 text-xs text-muted-foreground sm:text-sm"
329+
class="pt-0.5 flex flex-wrap items-center gap-x-3 gap-y-1 text-xs text-muted-foreground sm:text-sm"
330330
>
331331
<.link
332332
:if={@user.provider_login}

0 commit comments

Comments
 (0)