Skip to content

Commit

Permalink
Merge pull request #91 from feature-sh/feat/add-partners
Browse files Browse the repository at this point in the history
feat: add partner bitfinity
  • Loading branch information
n1c01a5 authored Aug 31, 2024
2 parents 942f9f0 + 24cc4d6 commit 7bc2972
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,21 @@ const BlockchainAvailable: React.FC = () => {
<div className="flex h-20 w-full flex-col justify-between sm:flex-row ">
<div className="mt-6 flex-1 self-center sm:mt-0">
<img
className="contrast-70 m-auto w-[12rem] grayscale"
className="contrast-50 m-auto w-[12rem] grayscale"
src="/internet-computer-logo.png"
alt="Internet Computer logo"
/>
</div>
<div className="mt-6 flex-1 self-center sm:mt-0">
<img
className="contrast-50 m-auto w-[16rem] grayscale"
src="/bitfinity-logo.png"
alt="Bitfinity logo"
/>
</div>
<div className="mt-6 flex-1 self-center sm:mt-0">
<img
className="contrast-60 m-auto w-[10rem] grayscale"
src="/celo-logo.png"
alt="Celo logo"
/>
Expand Down
Binary file added public/bitfinity-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/internet-computer-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7bc2972

Please sign in to comment.