From 28d739112b0b9689d1c2e15b1b7ca90262683ecf Mon Sep 17 00:00:00 2001 From: Phodal Huang Date: Fri, 24 Nov 2023 09:40:12 +0800 Subject: [PATCH] docs: add links --- src/components/editor/sidebar.tsx | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/src/components/editor/sidebar.tsx b/src/components/editor/sidebar.tsx index 1abdb4b..fe38c80 100644 --- a/src/components/editor/sidebar.tsx +++ b/src/components/editor/sidebar.tsx @@ -5,7 +5,24 @@ import { ChevronDownIcon } from '@radix-ui/react-icons' export const Sidebar: React.FC = ({ editor }) => { return