Sfoglia il codice sorgente

not use variable for navigation

kaori 4 anni fa
parent
commit
f77cb208aa
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/app/src/components/Navbar/AuthorInfo.jsx

+ 1 - 1
packages/app/src/components/Navbar/AuthorInfo.jsx

@@ -29,7 +29,7 @@ const AuthorInfo = (props) => {
     }
     catch (err) {
       if (err instanceof RangeError) {
-        return <p>{infoLabelForSubNav} <UserPicture user={user} size="sm" /> {userLabel}</p>;
+        return <p>Created by <UserPicture user={user} size="sm" /> {userLabel}</p>;
       }
       return;
     }