Skip to content

Commit

Permalink
chore: update LinkElementMixin to use wire:navigate attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed Aug 6, 2024
1 parent 0301e11 commit 0100d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Support/Html/Mixins/LinkElementMixin.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function link(): mixed
$href = route($route, ...$parameters);

return $this
->navigate()
->attribute('wire:navigate')
->href($href)
->class([
'link',
Expand Down

0 comments on commit 0100d3f

Please sign in to comment.