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:
Víctor Falcón 2026-06-23 16:57:17 +02:00
parent ed5aac0c4a
commit 30857d2f9e
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@ -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',
);
});

View File

@ -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',