Target blank typo

This commit is contained in:
✶ DO NOT EDIT 2022-02-03 21:14:24 +07:00 committed by GitHub
parent 554c97fde4
commit 7342cad20c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>