+
diff --git a/src/components/ui/SidebarTitle.tsx b/src/components/ui/SidebarTitle.tsx
new file mode 100644
index 0000000..c26d895
--- /dev/null
+++ b/src/components/ui/SidebarTitle.tsx
@@ -0,0 +1,3 @@
+export default function SidebarTitle({collapsed}: {collapsed: boolean}) {
+ return {collapsed ? 'БН' : 'Белые ночи'}
+}