From 7342cad20c9b35cdd23c015b8256e37bd7d7993a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=B6=20DO=20NOT=20EDIT?= Date: Thu, 3 Feb 2022 21:14:24 +0700 Subject: [PATCH] Target blank typo --- lib/live_beats_web/live/profile_live.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) %>