diff --git a/app/Settings/SettingsRegistry.php b/app/Settings/SettingsRegistry.php index f6120a1..58d08c0 100644 --- a/app/Settings/SettingsRegistry.php +++ b/app/Settings/SettingsRegistry.php @@ -72,7 +72,7 @@ class SettingsRegistry 'type' => 'select', 'label' => 'Default Page', 'category' => 'FlightsGoneBy Settings', - 'default' => 'feed_first', + 'default' => 'profile', 'options' => [ ['value' => 'feed_first', 'label' => 'My Feed if Following People, My Profile if Not'], ['value' => 'profile', 'label' => 'My Profile'],