Skip to content

Commit

Permalink
feat: content update (#73)
Browse files Browse the repository at this point in the history
* feat: removed telegram link
* feat: three new adopters added
* feat: announcement about the superform

Closes SUP-939
Closes SUP-1035
  • Loading branch information
keriat authored Nov 15, 2022
1 parent 7ee1230 commit 51b76f1
Show file tree
Hide file tree
Showing 7 changed files with 132 additions and 73 deletions.
10 changes: 10 additions & 0 deletions public/images/logos/resonate.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions public/images/logos/sense.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/images/logos/sommelier.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 29 additions & 2 deletions src/components/Adopters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,35 @@ export default function Adopters() {
title: "Origin Protocol",
url: { web: "https://www.originprotocol.com/" },
},
{
src: "resonate.svg",
title: "Resonate Protocol",
url: { web: "https://www.resonate.finance/" },

extra: {
unoptimized: true,
},
},
{
src: "sense.svg",
title: "Sense Protocol",
url: { web: "https://sense.finance" },

extra: {
unoptimized: true,
},
},
],
[
{
src: "sommelier.svg",
title: "Sommelier",
url: { web: "https://www.sommelier.finance/" },

extra: {
unoptimized: true,
},
},
{
src: "timeless.png",
title: "Timeless Protocol",
Expand All @@ -98,8 +127,6 @@ export default function Adopters() {
src: "thorswap.png",
title: "THORSwap",
},
],
[
{
src: "tribe-dao.svg",
title: "Tribe DAO",
Expand Down
13 changes: 1 addition & 12 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import ExportedImage from "next-image-export-optimizer";
import { Component, PropsWithChildren, SVGProps } from "react";
import { HiOutlineBookmarkAlt } from "react-icons/hi";
import { IoMdHeart, IoLogoGithub, IoLogoTwitter } from "react-icons/io";
import { FaTelegramPlane } from "react-icons/fa";

const footerNavigation = {
social: [
Expand Down Expand Up @@ -72,16 +71,6 @@ export default class Footer extends Component {
>
by Superform
</a>
<span className="mx-2 block h-1.5 w-full border-pink-400 text-left md:h-5 md:w-auto md:border-r" />
<a
rel="noopener noreferrer"
href="https://t.me/superformcommunity"
target="_blank"
className="group inline-flex items-center font-medium text-pink-700 underline decoration-from-font underline-offset-4 md:font-normal md:no-underline md:hover:text-pink-900 md:hover:underline"
>
contact us
<FaTelegramPlane className="ml-1.5 inline-flex h-4 w-4 md:opacity-25 md:group-hover:opacity-100" />
</a>
<span className="mx-4 h-3 border-r border-pink-400 text-left md:h-5"></span>
<a
rel="noopener noreferrer"
Expand All @@ -98,4 +87,4 @@ export default class Footer extends Component {
</footer>
);
}
}
}
Loading

1 comment on commit 51b76f1

@vercel
Copy link

@vercel vercel bot commented on 51b76f1 Nov 15, 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:

sup-web-4626 – ./

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

Please sign in to comment.