ryoji-s 2 éve
szülő
commit
0c9795d772

+ 1 - 1
apps/app/src/pages/[[...path]].page.tsx

@@ -328,7 +328,7 @@ const Page: NextPageWithLayout<Props> = (props: Props) => {
         <title>{title}</title>
         <title>{title}</title>
       </Head>
       </Head>
       <div className="dynamic-layout-root justify-content-between">
       <div className="dynamic-layout-root justify-content-between">
-        {/* z-1 for UserIconList */}
+        {/* z-1 for UserList */}
         <nav className="sticky-top z-1">
         <nav className="sticky-top z-1">
           <GrowiContextualSubNavigation isLinkSharingDisabled={props.disableLinkSharing} />
           <GrowiContextualSubNavigation isLinkSharingDisabled={props.disableLinkSharing} />
         </nav>
         </nav>

+ 1 - 1
apps/app/src/pages/trash.page.tsx

@@ -69,7 +69,7 @@ const TrashPage: NextPageWithLayout<CommonProps> = (props: Props) => {
         <title>{title}</title>
         <title>{title}</title>
       </Head>
       </Head>
       <div className="dynamic-layout-root">
       <div className="dynamic-layout-root">
-        {/* z-1 for UserIconList */}
+        {/* z-1 for UserList */}
         <nav className="sticky-top z-1">
         <nav className="sticky-top z-1">
           TODO: implement navigation for /trash
           TODO: implement navigation for /trash
         </nav>
         </nav>