Page widget showing on dashboard

Had a quick one. I created a page using
bash php artisan make:filament-page Settings
and created a widget. I added the widget to the
getHeaderWidgets()
of the page .However the widget is also showing on the dashboard .
Was this page helpful?