We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6fd028 commit a3ec2c3Copy full SHA for a3ec2c3
app/Providers/FilamentServiceProvider.php
@@ -38,7 +38,7 @@ public function boot()
38
]);
39
40
Filament::registerNavigationItems([
41
- NavigationItem::make('Documenation')
+ NavigationItem::make('Documentation')
42
->url('https://docs.speedtest-tracker.dev/', shouldOpenInNewTab: true)
43
->icon('heroicon-o-external-link')
44
->group('Links')
0 commit comments