Explorar o código

update comment

ryoji-s %!s(int64=2) %!d(string=hai) anos
pai
achega
0c9795d772

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

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

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

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