diff --git a/lib/live_beats_web/live/profile_live.ex b/lib/live_beats_web/live/profile_live.ex index eec098d..19883b2 100644 --- a/lib/live_beats_web/live/profile_live.ex +++ b/lib/live_beats_web/live/profile_live.ex @@ -14,7 +14,7 @@ defmodule LiveBeatsWeb.ProfileLive do
<%= @profile.tagline %> <%= if @owns_profile? do %>(you)<% end %>
- <.link href={@profile.external_homepage_url} _target="blank" class="block text-sm text-gray-600"> + <.link href={@profile.external_homepage_url} target="_blank" class="block text-sm text-gray-600"> <.icon name={:code}/> <%= url_text(@profile.external_homepage_url) %>