diff --git a/packages/web/src/components/AppNavbar.tsx b/packages/web/src/components/AppNavbar.tsx
index eb8e73a..9f6dffe 100644
--- a/packages/web/src/components/AppNavbar.tsx
+++ b/packages/web/src/components/AppNavbar.tsx
@@ -28,7 +28,7 @@ import NavbarConversation from "./NavbarConversation";
import React from "react";
import Usage from "./Usage";
import { useMediaQuery } from "@mantine/hooks";
-import { BsGithub } from "react-icons/bs";
+import { BsDiscord, BsGithub } from "react-icons/bs";
const useStyles = createStyles(() => ({
scrollArea: {
@@ -203,6 +203,15 @@ export default () => {
>
+
+ window.open("https://discord.gg/Aa77KCmwRx")
+ }
+ size="xs"
+ >
+
+
GPT Turbo Web v{APP_VERSION} by{" "}