Skip to content

Commit

Permalink
Merge pull request #60 from Volsund/update/replace-cdn-urls
Browse files Browse the repository at this point in the history
Replace cdn URLs
  • Loading branch information
victory-sokolov authored Apr 10, 2024
2 parents 54ded86 + fcb0018 commit 9d535ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/express-typescript/views/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// Text that will be displayed on the left side under the logo. Text is limited to 100 characters, and rest will be truncated.
text: "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean mavdvd",
// Logo URL that will be shown below the modal form.
logoUrl: 'https://cdn.nordigen.com/ais/Nordigen_Logo_Black.svg',
logoUrl: 'https://cdn-logos.gocardless.com/ais/Nordigen_Logo_Black.svg',
// Will display country list with corresponding institutions. When `countryFilter` is set to `false`, only list of institutions will be shown.
countryFilter: false,
// style configs
Expand Down
2 changes: 1 addition & 1 deletion example/express-user-app/views/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
// Text that will be displayed on the left side under the logo. Text is limited to 100 characters, and rest will be truncated.
text: "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean mavdvd",
// Logo URL that will be shown below the modal form.
logoUrl: 'https://cdn.nordigen.com/ais/Nordigen_Logo_Black.svg',
logoUrl: 'https://cdn-logos.gocardless.com/ais/Nordigen_Logo_Black.svg',
// Will display country list with corresponding institutions. When `countryFilter` is set to `false`, only list of institutions will be shown.
countryFilter: true,
// style configs
Expand Down
2 changes: 1 addition & 1 deletion example/express-user-app/views/partials/nav.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class='container'>
<a class='navbar-brand' href='/'>
<img
src='https://cdn.nordigen.com/ais/Nordigen_Logo_Black.svg'
src='https://cdn-logos.gocardless.com/ais/Nordigen_Logo_Black.svg'
width='120'
height='50'
class='d-inline-block align-text-top'
Expand Down
2 changes: 1 addition & 1 deletion example/express/views/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// Text that will be displayed on the left side under the logo. Text is limited to 100 characters, and rest will be truncated.
text: "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean mavdvd",
// Logo URL that will be shown below the modal form.
logoUrl: 'https://cdn.nordigen.com/ais/Nordigen_Logo_Black.svg',
logoUrl: 'https://cdn-logos.gocardless.com/ais/Nordigen_Logo_Black.svg',
// Will display country list with corresponding institutions. When `countryFilter` is set to `false`, only list of institutions will be shown.
countryFilter: true,
// style configs
Expand Down

0 comments on commit 9d535ca

Please sign in to comment.