Skip to content

Commit 5972abc

Browse files
committed
Fix the Flutter icon
1 parent 8b6be60 commit 5972abc

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

fern/docs/pages/developer-intro.mdx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,19 @@ Numerous snap-ins are available on the DevRev [Marketplace](https://devrev.ai/ma
3131

3232
## 💻 SDKs
3333

34+
### Web
35+
3436
<Cards>
3537
<Card
3638
title="PLuG Web SDK"
37-
icon="fa-solid fa-message"
39+
icon="fa-globe"
3840
href="/sdks/web/installation"
3941
/>
42+
</Cards>
43+
44+
### Mobile
4045

46+
<Cards>
4147
<Card
4248
title="DevRev SDK for Android"
4349
icon="fa-brands fa-android"
@@ -61,10 +67,10 @@ Numerous snap-ins are available on the DevRev [Marketplace](https://devrev.ai/ma
6167
icon="fa-solid fa-robot"
6268
href="/sdks/mobile/cordova/quickstart"
6369
/>
64-
70+
6571
<Card
6672
title="DevRev SDK for Flutter"
67-
icon="fa-regular fa-code"
73+
icon="fa-brands fa-flutter"
6874
href="/sdks/mobile/flutter/quickstart"
6975
/>
7076
</Cards>

fern/docs/pages/sdks/index.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,19 @@ The DevRev SDK is a powerful tool designed to further enhance our widget on your
22

33
![plug](../../img/plug.gif)
44

5+
### Web
6+
57
<Cards>
68
<Card
79
title="PLuG Web SDK"
810
icon="fa-globe"
911
href="/sdks/web/installation"
1012
/>
13+
</Cards>
14+
15+
### Mobile
1116

17+
<Cards>
1218
<Card
1319
title="DevRev SDK for Android"
1420
icon="fa-brands fa-android"
@@ -35,8 +41,7 @@ The DevRev SDK is a powerful tool designed to further enhance our widget on your
3541

3642
<Card
3743
title="DevRev SDK for Flutter"
38-
icon="fa-regular fa-code"
44+
icon="fa-brands fa-flutter"
3945
href="/sdks/mobile/flutter/quickstart"
4046
/>
41-
4247
</Cards>

fern/versions/public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ navigation:
172172
path: ../docs/pages/sdks/mobile/cordova/troubleshooting.mdx
173173
- section: DevRev SDK for Flutter
174174
slug: flutter
175-
icon: fa-regular fa-code
175+
icon: fa-brands fa-flutter
176176
contents:
177177
- page: Quickstart guide
178178
slug: quickstart

0 commit comments

Comments
 (0)