diff --git a/apps/web/components/brain-connector-icons.tsx b/apps/web/components/brain-connector-icons.tsx
index 30d7a3bc..b93ed41a 100644
--- a/apps/web/components/brain-connector-icons.tsx
+++ b/apps/web/components/brain-connector-icons.tsx
@@ -1,5 +1,5 @@
import { cn } from "@lib/utils"
-import { Granola, Notion } from "@ui/assets/icons"
+import { Gmail, Granola, Notion } from "@ui/assets/icons"
import { dmSans125ClassName } from "@/lib/fonts"
export function SlackMark({ className }: { className?: string }) {
@@ -51,38 +51,6 @@ function GithubMark({ className }: { className?: string }) {
)
}
-function GmailMark({ className }: { className?: string }) {
- return (
-
- )
-}
-
function LinearMark({ className }: { className?: string }) {
return (
)
+export const Gmail = ({ className }: { className?: string }) => (
+
+
+
+
+
+
+
+)
+
export const Notion = ({ className }: { className?: string }) => (