From 660ffa3b68ca23587e0aff8329d62f4fcad5486e Mon Sep 17 00:00:00 2001 From: swve Date: Wed, 26 Apr 2023 22:51:11 +0200 Subject: [PATCH] feat: make editor topbar elements linkable --- front/components/Editor/Editor.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/front/components/Editor/Editor.tsx b/front/components/Editor/Editor.tsx index d5e10371..34f12a21 100644 --- a/front/components/Editor/Editor.tsx +++ b/front/components/Editor/Editor.tsx @@ -30,7 +30,7 @@ interface Editor { ydoc: any; provider: any; activity: any; - orgslug : string + orgslug: string course: any; setContent: (content: string) => void; } @@ -115,8 +115,12 @@ function Editor(props: Editor) { - - + + + + + + {" "} {props.course.course.name} {props.activity.name}{" "}