Skip to content

Commit fdd5fb4

Browse files
committed
fix: Honeypop copy && ChatterPay logo
1 parent c95a3c6 commit fdd5fb4

File tree

5 files changed

+177
-155
lines changed

5 files changed

+177
-155
lines changed

src/app/_components/FounderClub/Founders.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ const FOUNDER_LIST = [
8787
name: "Sir Honeyworth B. Goldwing",
8888
title: "Chief Nectar Officer",
8989
prototol: "Honeypop",
90-
content:
91-
"Born in the lush Golden Hive of Scroll Valley, Honeyworth inherited his family’s centuries-old tradition of collecting the finest nectar from the richest flowers. When he discovered DeFi, he realized there was sweeter gold than honey. Now, he uses his knowledge of liquidity flows to guide others to prosperous harvests on Honeypop.",
90+
content: "Scroll is like if zk-rollups and mainnet had a baby during a gas war and left it on your doorstep wrapped in alpha.",
9291
href: "https://honeypop.app/",
9392
image: JasonImage,
9493
bgColor: "#FAFDD4",

src/app/_components/FounderClub/Protocols.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ import Marquee from "react-fast-marquee"
33

44
import { Box } from "@mui/material"
55

6-
import ChatterPay from "@/assets/images/home/ChatterPay.webp"
76
import Polystream from "@/assets/images/home/Polystream.webp"
87
import ProjectMocha from "@/assets/images/home/ProjectMocha.webp"
98
import SynthOS from "@/assets/images/home/SynthOS.webp"
109
import Aave from "@/assets/svgs/landingpage/Aave.svg?url"
1110
import Authgrow from "@/assets/svgs/landingpage/Authgrow.svg?url"
11+
import ChatterPay from "@/assets/svgs/landingpage/ChatterPay.svg?url"
1212
import Circle from "@/assets/svgs/landingpage/Circle.svg?url"
1313
import EtherFi from "@/assets/svgs/landingpage/EtherFi.svg?url"
1414
import Honeypop from "@/assets/svgs/landingpage/Honeypop.svg?url"
@@ -22,7 +22,7 @@ import VIFI from "@/assets/svgs/landingpage/VIFI.svg?url"
2222
const PROTOCOL_LIST = [
2323
{ label: "VIFI", image: VIFI, height: ["18px", "24px"] },
2424
{ label: "Quill Finance", image: QuillFinance, height: ["18px", "24px"] },
25-
{ label: "ChatterPay", image: ChatterPay },
25+
{ label: "ChatterPay", image: ChatterPay, height: ["20px", "26px"] },
2626
{ label: "SynthOS", image: SynthOS },
2727
{ label: "Project Mocha", image: ProjectMocha },
2828
{ label: "Polystream", image: Polystream },
-32.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)