Skip to content

Commit

Permalink
added Persistence into Integrations section
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBrigati committed Feb 8, 2024
1 parent 520d4aa commit 3cb1258
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
Binary file added public/Images/Integrations/PersistenceLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/sections/LandingSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ const LandingSection = () => {
<img
src={chain.logo}
alt={chain.name}
className={cx({ [styles.size__override]: chain.sizeOverride })}
style={{
width: chain.sizeOverride || '28px',
height: chain.sizeOverride || '28px',
Expand Down
5 changes: 5 additions & 0 deletions src/sections/integrationsData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ const chains = [
link: 'https://www.chihuahua.wtf/',
sizeOverride: '38px',
},
{
name: 'Persistence',
logo: '/Images/Integrations/PersistenceLogo.png',
link: "https://persistence.one/"
}
];

export { chains };
5 changes: 5 additions & 0 deletions src/styles/LandingSection.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,11 @@
img {
width: 22px !important;
height: 22px !important;

&.size__override {
width: 32px !important;
height: 32px !important;
}
}
}
}
Expand Down

0 comments on commit 3cb1258

Please sign in to comment.