fix(banking): keep the native green Wise logo, not the aggregator's
#589 mistakenly pointed the native Wise integration's logo at the Enable Banking brand URL (the old blue wordmark) and deleted our own asset. Our asset was the green "W" mark all along. Restore it and revert the logo.
This commit is contained in:
parent
ed5aac0c4a
commit
30857d2f9e
Binary file not shown.
|
After Width: | Height: | Size: 6.8 KiB |
|
|
@ -209,7 +209,7 @@ describe('ConnectAccountDialog', () => {
|
|||
const wiseButton = screen.getByRole('button', { name: 'Wise' });
|
||||
expect(wiseButton.querySelector('img')).toHaveAttribute(
|
||||
'src',
|
||||
'https://enablebanking.com/brands/BE/Wise/',
|
||||
'/images/banks/logos/wise.png',
|
||||
);
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -184,7 +184,7 @@ export const CONNECT_PROVIDERS: ConnectProvider[] = [
|
|||
institution: {
|
||||
name: 'Wise',
|
||||
country: 'ALL',
|
||||
logo: 'https://enablebanking.com/brands/BE/Wise/',
|
||||
logo: '/images/banks/logos/wise.png',
|
||||
maximum_consent_validity: null,
|
||||
},
|
||||
endpoint: '/open-banking/wise/connect',
|
||||
|
|
|
|||
Loading…
Reference in New Issue