Merge pull request #1544 from automatisch/AUT-582
feat(ynab): add you need a budget app integration
This commit is contained in:
@@ -513,6 +513,15 @@ export default defineConfig({
|
||||
{ text: 'Connection', link: '/apps/xero/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'You Need A Budget',
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Triggers', link: '/apps/you-need-a-budget/triggers' },
|
||||
{ text: 'Connection', link: '/apps/you-need-a-budget/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Youtube',
|
||||
collapsible: true,
|
||||
|
Reference in New Issue
Block a user