Skip to content

Commit

Permalink
Fix sidebar test
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska committed Jul 1, 2024
1 parent 4e8bf53 commit d3c26dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/bitstyles_phoenix/component/sidebar.ex
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ defmodule BitstylesPhoenix.Component.Sidebar do
</button>
<ul class="a-dropdown u-overflow-y-auto a-list-reset a-dropdown--top a-dropdown--full-width u-margin-s-bottom">
<li>
<a href="#" class="a-button a-button--menu">
<a href="#" class="a-button a-button--transparent a-button--menu">
Logout
</a>
</li>
Expand Down Expand Up @@ -109,7 +109,7 @@ defmodule BitstylesPhoenix.Component.Sidebar do
</button>
<ul class="a-dropdown u-overflow-y-auto a-list-reset a-dropdown--top a-dropdown--full-width u-margin-s-bottom">
<li>
<a href="#" class="a-button a-button--menu">
<a href="#" class="a-button a-button--transparent a-button--menu">
Logout
</a>
</li>
Expand Down

0 comments on commit d3c26dc

Please sign in to comment.