fix: reorder podcast form fields + extract sync feeds to its own form

- update fields' styling
- update icons contents
This commit is contained in:
Yassine Doghri 2023-10-12 15:52:20 +00:00
commit 2d52fa1046
225 changed files with 292 additions and 699 deletions

View file

@ -26,7 +26,7 @@ class AboutController extends BaseController
'languages' => implode(', ', config(App::class)->supportedLocales),
];
return view('about', [
return view('settings/about', [
'info' => $instanceInfo,
]);
}