Skip to content

Commit

Permalink
Fix index
Browse files Browse the repository at this point in the history
  • Loading branch information
mvickstrivve committed Oct 11, 2023
1 parent be5337c commit 94cb322
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@
is_primary: true,
},
},
// intro: {
// banner: 'https://swch.github.io/Strivve-UX-Components/banner.png',
// onClickBanner: () => {
// alert('open banner');
// },
// },
intro: {
banner: 'https://swch.github.io/Strivve-UX-Components/banner.png',
onClickBanner: () => {
alert('open banner');
},
},
header: {
title: 'Strivve',
onClose: () => {
Expand All @@ -158,7 +158,8 @@
},
},
localization: {
accountLinkProgressTitle: 'Loading',
intro_title: 'Hello wold',
site_selection_title: 'Select'
},
});

Expand Down

0 comments on commit 94cb322

Please sign in to comment.