aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorfloppydiskette <git@diskfloppy.me>2024-08-08 02:00:44 +0100
committerfloppydiskette <git@diskfloppy.me>2024-08-08 02:00:44 +0100
commit33c49199c7e85b0f07503855d2f71cd64c0bfc10 (patch)
tree280593edcd53a8789b4330e8aac708f1a34e3659 /app
parent031aa417b8918d9067f062774f5228587e89ef36 (diff)
Initial redesign commit
Diffstat (limited to 'app')
-rw-r--r--app/View/Components/Navbar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/View/Components/Navbar.php b/app/View/Components/Navbar.php
index a19db3b..7f119fe 100644
--- a/app/View/Components/Navbar.php
+++ b/app/View/Components/Navbar.php
@@ -22,6 +22,6 @@ class Navbar extends Component
*/
public function render(): View|Closure|string
{
- return view('components.navbar');
+ return view('components.navigation');
}
}