kaori пре 3 година
родитељ
комит
9ee208922f
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      packages/app/src/components/BasicLayout.tsx

+ 2 - 1
packages/app/src/components/BasicLayout.tsx

@@ -50,10 +50,11 @@ export const BasicLayout = ({ children, title, className }: Props): JSX.Element
       <ShortcutsModal />
       <SystemVersion />
 
+
+      {/* Link test */}
       <Link href="/629581929e61e2a5fe4c64a5">
         <a>/629581929e61e2a5fe4c64a5</a>
       </Link>
-      {/* <a href="/629581929e61e2a5fe4c64a5">/629581929e61e2a5fe4c64a5</a> */}
       <br />
       <a href="https://www.google.com/">https://www.google.com/</a>
     </>