From 4447a0748020264f501403705fc67ea8746508a1 Mon Sep 17 00:00:00 2001 From: dvelo <52332868+DeveloLongScript@users.noreply.github.com> Date: Fri, 4 Oct 2024 21:17:13 -0500 Subject: [PATCH] fix: fixed typo in documentation Sidebar.tsx --- src/components/docs/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/docs/Sidebar.tsx b/src/components/docs/Sidebar.tsx index 02c9398..47f6d7a 100644 --- a/src/components/docs/Sidebar.tsx +++ b/src/components/docs/Sidebar.tsx @@ -7,7 +7,7 @@ import { ChevronRight } from "lucide-react"; import { useRouter } from "@/lib/useRouter"; import { AnimatePresence, motion } from "framer-motion"; -export function sSidebar() { +export function Sidebar() { return ( <> {allFolders.map((docs) => (