Skip to content

Commit dcf0c63

Browse files
committed
Update docs
1 parent 01800b9 commit dcf0c63

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

apps/web/src/app/(docs)/docs/support/Support.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import Link from 'next/link'
22
import {
3-
ArrowRight,
43
Mail,
4+
Github,
5+
UsersRound,
56
} from 'lucide-react'
67

78
export function Support() {
@@ -12,7 +13,7 @@ export function Support() {
1213
href="https://discord.com/invite/U7KEcGErtQ"
1314
className="no-underline flex flex-col justify-center items-center gap-2 h-full w-full"
1415
>
15-
<ArrowRight strokeWidth={1.5} className="h-6 w-6 text-zinc-300 group-hover:text-white transition-colors" />
16+
<UsersRound strokeWidth={1.5} className="h-6 w-6 text-zinc-300 group-hover:text-[#5865F2] transition-colors" />
1617
<span className="text-zinc-300 transition-colors group-hover:text-white">Join our Discord community</span>
1718
</Link>
1819
</div>
@@ -22,7 +23,7 @@ export function Support() {
2223
href="https://github.com/e2b-dev/e2b"
2324
className="no-underline flex flex-col justify-center items-center gap-2 h-full w-full"
2425
>
25-
<ArrowRight strokeWidth={1.5} className="h-6 w-6 text-zinc-300 group-hover:text-white transition-colors" />
26+
<Github strokeWidth={1.5} className="h-6 w-6 text-zinc-300 group-hover:text-[#6e40c9] transition-colors" />
2627
<span className="text-zinc-300 transition-colors group-hover:text-white">Visit our GitHub</span>
2728
</Link>
2829
</div>

0 commit comments

Comments
 (0)