1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 15:05:22 +02:00

use teller in institution grid

This commit is contained in:
Tyler Myracle 2024-01-17 11:19:10 -06:00
parent 9ffe6b791e
commit da2d5997ac

View file

@ -14,48 +14,48 @@ const banks: GridImage[] = [
src: 'chase-bank.png',
alt: 'Chase Bank',
institution: {
provider: 'PLAID',
providerId: 'ins_56',
provider: 'TELLER',
providerId: 'chase',
},
},
{
src: 'capital-one.png',
alt: 'Capital One Bank',
institution: {
provider: 'PLAID',
providerId: 'ins_128026',
provider: 'TELLER',
providerId: 'capital_one',
},
},
{
src: 'wells-fargo.png',
alt: 'Wells Fargo Bank',
institution: {
provider: 'PLAID',
providerId: 'ins_127991',
provider: 'TELLER',
providerId: 'wells_fargo',
},
},
{
src: 'american-express.png',
alt: 'American Express Bank',
institution: {
provider: 'PLAID',
providerId: 'ins_10',
provider: 'TELLER',
providerId: 'amex',
},
},
{
src: 'bofa.png',
alt: 'Bank of America',
institution: {
provider: 'PLAID',
providerId: 'ins_127989',
provider: 'TELLER',
providerId: 'bank_of_america',
},
},
{
src: 'usaa-bank.png',
alt: 'USAA Bank',
institution: {
provider: 'PLAID',
providerId: 'ins_7',
provider: 'TELLER',
providerId: 'usaa',
},
},
]