diff --git a/pages/dashboard.vue b/pages/dashboard.vue index e32de64..867c3fb 100644 --- a/pages/dashboard.vue +++ b/pages/dashboard.vue @@ -102,6 +102,11 @@ const interestMenu = [ icon: "mdi-account-check", title: "Interest Status", }, + { + to: "/dashboard/file-browser", + icon: "mdi-folder", + title: "File Browser", + }, ];