From 1ea4b99c81b8918beebb85f6f7a80cf936a52c80 Mon Sep 17 00:00:00 2001 From: shibao Date: Fri, 11 Nov 2022 21:36:57 -0500 Subject: [PATCH] fix whitespace when copying invite url --- CHANGELOG.md | 1 + lib/cannery_web/components/invite_card.ex | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33ab6c8..672e8b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # v0.6.1 - Add shading to table component - Fix chart to sum by day +- Fix whitespace when copying invite url # v0.6.0 - Update translations diff --git a/lib/cannery_web/components/invite_card.ex b/lib/cannery_web/components/invite_card.ex index 9c2c9d9..fcb838a 100644 --- a/lib/cannery_web/components/invite_card.ex +++ b/lib/cannery_web/components/invite_card.ex @@ -37,10 +37,8 @@ defmodule CanneryWeb.Components.InviteCard do - <%= Routes.user_registration_url(Endpoint, :new, invite: @invite.token) %> - - + phx-no-format + ><%= Routes.user_registration_url(Endpoint, :new, invite: @invite.token) %> <%= render_slot(@code_actions) %>