Skip to content

Commit 08959d2

Browse files
committed
feat: add more supporters!!!
1 parent 26b778e commit 08959d2

File tree

5 files changed

+52
-0
lines changed

5 files changed

+52
-0
lines changed

pages/index.mdx

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,58 @@ There are several ways to contribute to the standard:
114114
/>
115115
}
116116
/>
117+
<Card
118+
title="Safe"
119+
href="https://safe.global/"
120+
icon={
121+
<Image
122+
src="/safe.png"
123+
width={50}
124+
height={50}
125+
alt=""
126+
style={{ marginRight: "5px" }}
127+
/>
128+
}
129+
/>
130+
<Card
131+
title="Pimlico"
132+
href="https://www.pimlico.io/"
133+
icon={
134+
<Image
135+
src="/pimlico.png"
136+
width={50}
137+
height={50}
138+
alt=""
139+
style={{ marginRight: "5px" }}
140+
/>
141+
}
142+
/>
143+
<Card
144+
title="WalletConnect"
145+
href="https://walletconnect.com/"
146+
icon={
147+
<Image
148+
src="/walletconnect.jpg"
149+
width={50}
150+
height={50}
151+
alt=""
152+
style={{ marginRight: "5px" }}
153+
/>
154+
}
155+
/>
156+
<Card
157+
title="zkEmail"
158+
href="https://prove.email/"
159+
icon={
160+
<Image
161+
src="/zkemail.png"
162+
width={50}
163+
height={50}
164+
alt=""
165+
style={{ marginRight: "5px" }}
166+
/>
167+
}
168+
/>
117169
</Cards>
118170

119171
<a

public/pimlico.png

1.44 KB
Loading

public/safe.png

78.6 KB
Loading

public/walletconnect.jpg

9.52 KB
Loading

public/zkemail.png

201 KB
Loading

0 commit comments

Comments
 (0)