Transaction list
diff --git a/src/router/index.ts b/src/router/index.ts
index a3677fc..7cb4ba6 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -10,7 +10,7 @@ import TransactionList from "@/components/transactions/TransactionList.vue";
const routes = [
- {path: '/', name: 'Budgets', component: BudgetList},
+ {path: '/', name: 'Budgets main', component: BudgetList},
{path: '/budgets', name: 'Budgets', component: BudgetList},
{path: '/budgets/:id', name: 'BudgetView', component: BudgetView},
{path: '/transactions/:mode*', name: 'Transaction List', component: TransactionList},