diff --git a/resources/views/partials/menu.blade.php b/resources/views/partials/menu.blade.php
index e068f8b2..87153ba8 100644
--- a/resources/views/partials/menu.blade.php
+++ b/resources/views/partials/menu.blade.php
@@ -219,7 +219,7 @@
diff --git a/routes/web.php b/routes/web.php
index ddec9df6..e1baf667 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -1369,8 +1369,9 @@ Route::get('/group-transaction-with-completed-payments', function () {
Route::get('/downloads', function () {
return view('pages.downloads.index');
-})->name('admin.download');
+})->name('admin.downloads');
Route::get('/error-test', function () {
throw new \Exception("Intentional Exception for testing stack trace");
});
+