1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 07:25:19 +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', src: 'chase-bank.png',
alt: 'Chase Bank', alt: 'Chase Bank',
institution: { institution: {
provider: 'PLAID', provider: 'TELLER',
providerId: 'ins_56', providerId: 'chase',
}, },
}, },
{ {
src: 'capital-one.png', src: 'capital-one.png',
alt: 'Capital One Bank', alt: 'Capital One Bank',
institution: { institution: {
provider: 'PLAID', provider: 'TELLER',
providerId: 'ins_128026', providerId: 'capital_one',
}, },
}, },
{ {
src: 'wells-fargo.png', src: 'wells-fargo.png',
alt: 'Wells Fargo Bank', alt: 'Wells Fargo Bank',
institution: { institution: {
provider: 'PLAID', provider: 'TELLER',
providerId: 'ins_127991', providerId: 'wells_fargo',
}, },
}, },
{ {
src: 'american-express.png', src: 'american-express.png',
alt: 'American Express Bank', alt: 'American Express Bank',
institution: { institution: {
provider: 'PLAID', provider: 'TELLER',
providerId: 'ins_10', providerId: 'amex',
}, },
}, },
{ {
src: 'bofa.png', src: 'bofa.png',
alt: 'Bank of America', alt: 'Bank of America',
institution: { institution: {
provider: 'PLAID', provider: 'TELLER',
providerId: 'ins_127989', providerId: 'bank_of_america',
}, },
}, },
{ {
src: 'usaa-bank.png', src: 'usaa-bank.png',
alt: 'USAA Bank', alt: 'USAA Bank',
institution: { institution: {
provider: 'PLAID', provider: 'TELLER',
providerId: 'ins_7', providerId: 'usaa',
}, },
}, },
] ]