Skip to content

Commit

Permalink
Class change on button
Browse files Browse the repository at this point in the history
  • Loading branch information
a-maci29 committed Apr 21, 2023
1 parent 914adec commit 70d55e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/podcasts/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
<div class="d-grid d-lg-flex gap-2 align-items-center">
<h1 class="text-black fw-bold d-flex flex-fill my-4"><%= t(".my_podcasts") %></h1>

<a data-bs-toggle="dropdown">
<button class="btn btn-outline-light btn-sm dropdown-toggle">
<button class="btn btn-outline-light btn-sm dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false">
<span class="material-icons" style="color: green" aria-hidden="true" aria-hidden="true">sort</span>
<% if params[:sort] == 'episode_count' %>
<span class="material-icons" aria-hidden="true">123</span>
Expand Down

0 comments on commit 70d55e3

Please sign in to comment.