Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed Jul 8, 2024
1 parent f8722d9 commit 3aa8533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Support/Html/Mixins/LinkElementMixin.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public function route(): mixed
return $this
->href($href)
->class([
'link',
'link-active' => request()->routeIs($route) || request()->fullUrlIs($href),
]);
};
Expand Down

0 comments on commit 3aa8533

Please sign in to comment.