Skip to content

Commit

Permalink
fix(common): fix series layout
Browse files Browse the repository at this point in the history
  • Loading branch information
trueChazza committed Dec 31, 2021
1 parent 385381d commit 67ec1f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/media_server_web/live/series_live/show.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@

<div class="flex-1 min-w-0">
<p class="text-sm font-medium text-gray-900 truncate">
<%= "Season #{item["seasonNumber"]} - Episode #{item["episodeNumber"]} - #{item["title"]}" %>
<%= "Season #{item["seasonNumber"]} - Episode #{item["episodeNumber"]}" %>
</p>
<p class="mt-4 text-sm text-gray-500">
<%= item["overview"] %>
<span class="font-medium"><%= item["title"] %></span> - <%= item["overview"] %>
</p>
</div>
<div>
Expand Down

0 comments on commit 67ec1f2

Please sign in to comment.