1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 05:09:38 +02:00

Typo fix for piece to place. (#2242)

This commit is contained in:
Taylor Brazelton 2025-05-15 04:59:00 -07:00 committed by GitHub
parent 3f48992aea
commit 9793cc74f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@
<div class="space-y-3">
<% [
{ icon: "layers", label: "See all my accounts in one piece", value: "unified_accounts" },
{ icon: "layers", label: "See all my accounts in one place", value: "unified_accounts" },
{ icon: "banknote", label: "Understand cashflow and expenses", value: "cashflow" },
{ icon: "pie-chart", label: "Manage financial plans and budgeting", value: "budgeting" },
{ icon: "users", label: "Manage finances with a partner", value: "partner" },