Skip to content

Commit

Permalink
Add Giveth card
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianS111 authored Oct 7, 2022
1 parent 2a49db1 commit 4402e07
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Binary file added public/giveth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions src/components/pages/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,22 @@ export const Profile = ({ handle }: { handle?: string | null }) => {
/>
}
/>
<HoverToggle
fadeOut={<LogoCard title="Giveth" logo={"/giveth.png"} />}
fadeIn={
<AppCard
onClickLogo={openInNewTab("https://giveth.io")}
title="Giveth"
logo="/giveth.png"
logoAlt="Giveth Logo"
onClickLinkOut={linkOutIfEthAddress(
"https://giveth.io/user/" + address
)}
onClickSendMessage={onClickSendMessage()}
linkOutText={"View on Giveth"}
/>
}
/>
<HoverToggle
fadeOut={<LogoCard title="nimi" logo={"/nimi.png"} />}
fadeIn={
Expand Down

2 comments on commit 4402e07

@vercel
Copy link

@vercel vercel bot commented on 4402e07 Oct 7, 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:

relay-dev – ./

relay-dev.vercel.app
relay-dev-git-main-relaycc.vercel.app
relay-dev-relaycc.vercel.app
dev.relay.cc

@vercel
Copy link

@vercel vercel bot commented on 4402e07 Oct 7, 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:

relay – ./

relay-git-main-relaycc.vercel.app
www.relay.cc
relay-relaycc.vercel.app
relay.cc

Please sign in to comment.