File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
apps/web/src/app/(docs)/docs/support Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
import Link from 'next/link'
2
2
import {
3
- ArrowRight ,
4
3
Mail ,
4
+ Github ,
5
+ UsersRound ,
5
6
} from 'lucide-react'
6
7
7
8
export function Support ( ) {
@@ -12,7 +13,7 @@ export function Support() {
12
13
href = "https://discord.com/invite/U7KEcGErtQ"
13
14
className = "no-underline flex flex-col justify-center items-center gap-2 h-full w-full"
14
15
>
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" />
16
17
< span className = "text-zinc-300 transition-colors group-hover:text-white" > Join our Discord community</ span >
17
18
</ Link >
18
19
</ div >
@@ -22,7 +23,7 @@ export function Support() {
22
23
href = "https://github.com/e2b-dev/e2b"
23
24
className = "no-underline flex flex-col justify-center items-center gap-2 h-full w-full"
24
25
>
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" />
26
27
< span className = "text-zinc-300 transition-colors group-hover:text-white" > Visit our GitHub</ span >
27
28
</ Link >
28
29
</ div >
You can’t perform that action at this time.
0 commit comments