Skip to content

Commit 88dd34c

Browse files
authored
docs: update icons on existing react quickstart guide (#0) (#1968)
1 parent 50039e0 commit 88dd34c

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

docs/pages/react/quickstart/existing-project.mdx

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -235,20 +235,19 @@ export default function Home() {
235235
Now that you have basic authentication working, you can explore additional features:
236236

237237
<CardGroup cols={2}>
238-
<Card title="Send User Operations" icon={<img src="https://static.alchemyapi.io/images/docs/right_arrow.svg" alt="Send User Operations"/>} href="/wallets/transactions/send/send-user-operations">
238+
<Card
239+
title="Send User Operations"
240+
icon="bolt"
241+
href="/wallets/transactions/send/send-user-operations"
242+
>
239243
Learn how to perform transactions by sending user operations with your smart wallet.
240244
</Card>
241245

242246
{" "}
243247

244248
<Card
245249
title="Customize UI Components"
246-
icon={
247-
<img
248-
src="https://static.alchemyapi.io/images/docs/right_arrow.svg"
249-
alt="Customize UI"
250-
/>
251-
}
250+
icon="fa-solid fa-pencil"
252251
href="/wallets/react/ui-components"
253252
>
254253
Customize and style the UI components to match your application's design.
@@ -258,18 +257,17 @@ Now that you have basic authentication working, you can explore additional featu
258257

259258
<Card
260259
title="Add Gas Sponsorship"
261-
icon={
262-
<img
263-
src="https://static.alchemyapi.io/images/docs/right_arrow.svg"
264-
alt="Gas Sponsorship"
265-
/>
266-
}
260+
icon="gas-pump"
267261
href="/wallets/transactions/sponsor-gas/sponsor-gas"
268262
>
269263
Enable gasless transactions by setting up gas sponsorship for your users.
270264
</Card>
271265

272-
<Card title="Multi-Factor Authentication" icon={<img src="https://static.alchemyapi.io/images/docs/right_arrow.svg" alt="MFA"/>} href="/wallets/react/mfa/setup-mfa">
266+
<Card
267+
title="Multi-Factor Authentication"
268+
icon="shield"
269+
href="/wallets/react/mfa/setup-mfa"
270+
>
273271
Enhance security by implementing multi-factor authentication for your users.
274272
</Card>
275273
</CardGroup>

0 commit comments

Comments
 (0)