Initial redesign commit

This commit is contained in:
floppydiskette 2024-08-08 02:00:44 +01:00
commit 33c49199c7
25 changed files with 978 additions and 751 deletions

View file

@ -22,6 +22,6 @@ public function __construct($title)
*/
public function render(): View|Closure|string
{
return view('components.navbar');
return view('components.navigation');
}
}