Skip to content

Commit

Permalink
fix(common): fix poster_component
Browse files Browse the repository at this point in the history
  • Loading branch information
trueChazza committed Jan 11, 2022
1 parent 8b85360 commit 1909815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/media_server_web/components/poster_component.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<img src={ @img_src }>
</div>

<div class="mt-4 flex justify-center text-center">
<div class="mt-2 flex">
<h3 class="text-sm text-gray-500">
<%= live_patch to: @link, class: "hover:text-indigo-800" do %>
<%= live_patch to: @link, class: "hover:text-gray-700" do %>
<span aria-hidden="true" class="absolute inset-0"></span>
<%= @title %>
<% end %>
Expand Down

0 comments on commit 1909815

Please sign in to comment.