mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-21 15:41:00 +00:00
Merge pull request #35 from bl0cknumber/patch-1
Fix target blank for profile live
This commit is contained in:
commit
08f9734f6f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ defmodule LiveBeatsWeb.ProfileLive do
|
|||
<div class="block">
|
||||
<%= @profile.tagline %> <%= if @owns_profile? do %>(you)<% end %>
|
||||
</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>
|
||||
</.link>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue