Explorar o código

not use variable for navigation

kaori %!s(int64=4) %!d(string=hai) anos
pai
achega
f77cb208aa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
     }