From dcf0c63dc66b5234ca7435e5987d9c5a18d389b5 Mon Sep 17 00:00:00 2001 From: Vasek Mlejnsky Date: Mon, 14 Oct 2024 20:51:17 -0700 Subject: [PATCH] Update docs --- apps/web/src/app/(docs)/docs/support/Support.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/web/src/app/(docs)/docs/support/Support.tsx b/apps/web/src/app/(docs)/docs/support/Support.tsx index fea1bafe9..5469a14f5 100644 --- a/apps/web/src/app/(docs)/docs/support/Support.tsx +++ b/apps/web/src/app/(docs)/docs/support/Support.tsx @@ -1,7 +1,8 @@ import Link from 'next/link' import { - ArrowRight, Mail, + Github, + UsersRound, } from 'lucide-react' export function Support() { @@ -12,7 +13,7 @@ export function Support() { href="https://discord.com/invite/U7KEcGErtQ" className="no-underline flex flex-col justify-center items-center gap-2 h-full w-full" > - + Join our Discord community @@ -22,7 +23,7 @@ export function Support() { href="https://github.com/e2b-dev/e2b" className="no-underline flex flex-col justify-center items-center gap-2 h-full w-full" > - + Visit our GitHub