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) %>