From 60d4b0c3d6a0cc69f165f7db8ad5099b3d1589ca Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Thu, 31 Jul 2025 23:10:12 +0200 Subject: [PATCH] feat: add discord link to editor header --- apps/web/src/components/editor-header.tsx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/apps/web/src/components/editor-header.tsx b/apps/web/src/components/editor-header.tsx index 25dcc85c..99cea3e8 100644 --- a/apps/web/src/components/editor-header.tsx +++ b/apps/web/src/components/editor-header.tsx @@ -19,6 +19,7 @@ import Link from "next/link"; import { RenameProjectDialog } from "./rename-project-dialog"; import { DeleteProjectDialog } from "./delete-project-dialog"; import { useRouter } from "next/navigation"; +import { FaDiscord, FaGithub } from "react-icons/fa6"; export function EditorHeader() { const { getTotalDuration } = useTimelineStore(); @@ -73,7 +74,6 @@ export function EditorHeader() { Projects - setIsRenameDialogOpen(true)} @@ -89,6 +89,18 @@ export function EditorHeader() { Delete Project + + + + + Discord + +