Skip to content

Commit

Permalink
feat: update footer (#175)
Browse files Browse the repository at this point in the history
* feat: update footer

* chore: update to test vercel

* Update README.md

---------

Co-authored-by: Sergey Beresnev <538438+keriat@users.noreply.github.com>
  • Loading branch information
Joeysantoro and keriat committed Oct 26, 2023
1 parent b29d163 commit 53bbaac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
### Funds Raised
The alliance contributes capital to advance the development of the ERC-4626 ecosystem.
Fund raised by now: **$35,000+**
Fund raised by now: **$37,000+**

[Join the alliance](https://forms.gle/DsCsttsxBUYQTB9r6)

Expand Down
15 changes: 13 additions & 2 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import Container from "@/components/Container";
import { SVGProps } from "react";
import { IoMdHeart, IoLogoTwitter } from "react-icons/io";
import { FaTelegramPlane } from "react-icons/fa";
import { FaBook, FaGithub, FaPaperPlane, FaTelegramPlane } from "react-icons/fa";
import { AiOutlineUsergroupAdd } from "react-icons/ai";


const footerNavigation = {
social: [
{
Expand All @@ -16,6 +17,16 @@ const footerNavigation = {
href: "https://t.me/erc4626alliance",
icon: (props: SVGProps<any>) => <FaTelegramPlane {...props} />,
},
{
name: "Github",
href: "https://github.com/ERC4626-Alliance",
icon: (props: SVGProps<any>) => <FaGithub {...props} />,
},
{
name: "Read the EIP",
href: "https://eips.ethereum.org/EIPS/eip-4626",
icon: (props: SVGProps<any>) => <FaBook {...props} />,
},
{
name: "Join the alliance",
href: "https://forms.gle/DsCsttsxBUYQTB9r6",
Expand Down Expand Up @@ -59,4 +70,4 @@ export default function Footer() {
</Container>
</footer>
);
}
}

1 comment on commit 53bbaac

@vercel
Copy link

@vercel vercel bot commented on 53bbaac Oct 26, 2023

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:

sup-web-4626 – ./

sup-web-4626-git-main.superform.tech
sup-web-4626.superform.tech
eip4626.com
*.eip4626.com
erc4626.info

Please sign in to comment.