Skip to content

Commit

Permalink
fix: update partners
Browse files Browse the repository at this point in the history
  • Loading branch information
grezle committed Jun 10, 2022
1 parent 76e2fca commit 54526d7
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 8 deletions.
10 changes: 10 additions & 0 deletions public/images/partners/algorand.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions public/images/partners/dydx.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/partners/kadena.png
Binary file not shown.
Binary file removed public/images/partners/kash.png
Binary file not shown.
16 changes: 8 additions & 8 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,18 +230,18 @@ const Home = () => {
</LogoWrapper>
<LogoWrapper>
<Image
src="/images/partners/kadena.png"
alt="Kadena"
height="46"
width="153"
src="/images/partners/dydx.svg"
alt="DYDX"
height="35"
width="113"
/>
</LogoWrapper>
<LogoWrapper>
<Image
src="/images/partners/kash.png"
alt="Kash"
height="106.67"
width="200"
src="/images/partners/algorand.svg"
alt="Algorand"
height="79"
width="182"
/>
</LogoWrapper>
<LogoWrapper>
Expand Down

1 comment on commit 54526d7

@vercel
Copy link

@vercel vercel bot commented on 54526d7 Jun 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

edudao-landing – ./

edudao-landing-windranger.vercel.app
edudao-landing-git-main-windranger.vercel.app
edudao-landing.vercel.app

Please sign in to comment.