From 4f2305dc235dd710849d5ba38b0f2287ddad1a0c Mon Sep 17 00:00:00 2001 From: shibao Date: Mon, 31 Jan 2022 21:42:41 -0500 Subject: [PATCH] tweak invites page text color --- lib/cannery_web/live/invite_live/index.html.leex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/cannery_web/live/invite_live/index.html.leex b/lib/cannery_web/live/invite_live/index.html.leex index 0b00a3bc..33ec3a43 100644 --- a/lib/cannery_web/live/invite_live/index.html.leex +++ b/lib/cannery_web/live/invite_live/index.html.leex @@ -25,16 +25,16 @@ <%= for invite <- @invites do %>
-

+

<%= invite.name %>

<%= if invite.disabled_at |> is_nil() do %> -

+

Uses Left: <%= invite.uses_left || "Unlimited" %>

<% else %> -

+

Invite Disabled

<% end %>