Skip to content

Commit

Permalink
fix : sidebar style
Browse files Browse the repository at this point in the history
  • Loading branch information
abourtnik committed Feb 28, 2024
1 parent e8fd545 commit 4eea98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/menus/sidebars/back.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ul class="nav nav-pills flex-column text-center">
<li class="nav-item">
<a
@class(['nav-link hover-grey rounded-0 d-flex align-items-center gap-4 bg-primary bg-opacity-25 text-black', 'bg-light-dark fw-bold text-primary border-start border-5 border-primary' => URL::current() === route('user.edit')])
@class(['nav-link hover-grey rounded-0 d-flex align-items-center gap-4 bg-primary bg-opacity-25 text-black py-3', 'bg-light-dark fw-bold text-primary border-start border-5 border-primary' => URL::current() === route('user.edit')])
href="{{route('user.edit')}}"
aria-current="page"
>
Expand Down

0 comments on commit 4eea98e

Please sign in to comment.