Skip to content

Commit

Permalink
Remove extra white space (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
binotaliu authored Dec 19, 2020
1 parent 95a63e5 commit 9293791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/collectors/views.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
$views = collect($views)->reverse();

?>
@component('telescope-toolbar::item', ['name' => 'views ', 'link' => true])
@component('telescope-toolbar::item', ['name' => 'views', 'link' => true])

@slot('icon')
@ttIcon('views')
Expand Down

0 comments on commit 9293791

Please sign in to comment.