Skip to content

Commit

Permalink
fix: website link
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRodrigues10 committed Jul 1, 2024
1 parent 95c3140 commit 15a3332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/atomic_web/live/partner_live/show.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<%= if @partner.socials.website do %>
<div class="flex flex-row items-center gap-x-1 ">
<.icon name={:globe_alt} class="h-5 w-5 text-zinc-400" />
<.link class="text-blue-500" href={@partner.socials.website}>Website</.link>
<.link class="text-blue-500" href={"https://" <> @partner.socials.website}>Website</.link>
</div>
<% end %>
<%= if @partner.socials.instagram do %>
Expand Down

0 comments on commit 15a3332

Please sign in to comment.