Skip to content

Commit a447329

Browse files
committed
update footer links
1 parent ec4c559 commit a447329

1 file changed

Lines changed: 5 additions & 60 deletions

File tree

src/theme/Footer/index.tsx

Lines changed: 5 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default function FooterComponent(): JSX.Element {
7373
</a>
7474
</div>
7575
</div>
76-
<div className="col col--1" />
76+
<div className="col col--4" />
7777
<div className="col col--2" style={{ padding: 10 }}>
7878
<div className="footer__item">
7979
<strong>Product</strong>
@@ -84,18 +84,13 @@ export default function FooterComponent(): JSX.Element {
8484
</a>
8585
</div>
8686
<div className="footer__item">
87-
<a className="footer__link-item" href="/docs/product/core-kit">
88-
Core Kit
87+
<a className="footer__link-item" href="/docs/product/sfa">
88+
Single Factor Auth
8989
</a>
9090
</div>
9191
<div className="footer__item">
92-
<a
93-
className="footer__link-item"
94-
href="https://calendly.com/web3auth/meeting-with-web3auth"
95-
target="_blank"
96-
rel="noreferrer"
97-
>
98-
Enterprise Demo
92+
<a className="footer__link-item" href="/docs/product/mpc-core-kit">
93+
Enterprise
9994
</a>
10095
</div>
10196
<div className="footer__item">
@@ -133,11 +128,6 @@ export default function FooterComponent(): JSX.Element {
133128
Dashboard
134129
</a>
135130
</div>
136-
<div className="footer__item">
137-
<a className="footer__link-item" href="/docs">
138-
Documentation
139-
</a>
140-
</div>
141131
<div className="footer__item">
142132
<a className="footer__link-item" href="/docs/sdk">
143133
SDK Reference
@@ -178,26 +168,6 @@ export default function FooterComponent(): JSX.Element {
178168
Customers
179169
</a>
180170
</div>
181-
<div className="footer__item">
182-
<a
183-
className="footer__link-item"
184-
href="https://jobs.lever.co/TorusLabs"
185-
target="_blank"
186-
rel="noreferrer"
187-
>
188-
Career
189-
</a>
190-
</div>
191-
<div className="footer__item">
192-
<a
193-
className="footer__link-item"
194-
href="https://web3auth.io/media-kit.html"
195-
target="_blank"
196-
rel="noreferrer"
197-
>
198-
Media Kit
199-
</a>
200-
</div>
201171
<div className="footer__item">
202172
<a
203173
className="footer__link-item"
@@ -209,31 +179,6 @@ export default function FooterComponent(): JSX.Element {
209179
</a>
210180
</div>
211181
</div>
212-
<div className="col col--2" style={{ padding: 10 }}>
213-
<div className="footer__item">
214-
<strong>Community</strong>
215-
</div>
216-
<div className="footer__item">
217-
<a
218-
className="footer__link-item"
219-
href="https://web3auth.io/community/"
220-
target="_blank"
221-
rel="noreferrer"
222-
>
223-
Community Forum
224-
</a>
225-
</div>
226-
<div className="footer__item">
227-
<a className="footer__link-item" href="/docs/contribute">
228-
Contribute
229-
</a>
230-
</div>
231-
<div className="footer__item">
232-
<a className="footer__link-item" href="/docs/contribute/bug-bounty">
233-
Bug Bounty
234-
</a>
235-
</div>
236-
</div>
237182
</div>
238183
<div className="row">
239184
<div className="col col-6">© 2025 MetaMask • A Consensys Formation</div>

0 commit comments

Comments
 (0)