Procházet zdrojové kódy

Revert "remove link"

This reverts commit d0e03dbb2eb9252a57942ca9e9004e160071cbbc.
Kami-jo před 3 roky
rodič
revize
50fdc531d7

+ 5 - 1
packages/app/src/components/Sidebar/CustomSidebar.tsx

@@ -13,7 +13,11 @@ const logger = loggerFactory('growi:cli:CustomSidebar');
 
 
 const SidebarNotFound = () => {
 const SidebarNotFound = () => {
   return (
   return (
-    <div className="grw-sidebar-content-header h5 text-center p-3"></div>
+    <div className="grw-sidebar-content-header h5 text-center p-3">
+      <a href="/Sidebar#edit">
+        <i className="icon-magic-wand"></i> Create <strong>/Sidebar</strong> page
+      </a>
+    </div>
   );
   );
 };
 };