mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-21 23:50:59 +00:00
Target blank typo
This commit is contained in:
parent
554c97fde4
commit
7342cad20c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ defmodule LiveBeatsWeb.ProfileLive do
|
||||||
<div class="block">
|
<div class="block">
|
||||||
<%= @profile.tagline %> <%= if @owns_profile? do %>(you)<% end %>
|
<%= @profile.tagline %> <%= if @owns_profile? do %>(you)<% end %>
|
||||||
</div>
|
</div>
|
||||||
<.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}/> <span class=""><%= url_text(@profile.external_homepage_url) %></span>
|
<.icon name={:code}/> <span class=""><%= url_text(@profile.external_homepage_url) %></span>
|
||||||
</.link>
|
</.link>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue