We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aaefbcd + 00e0121 commit 99d0a88Copy full SHA for 99d0a88
client/modules/IDE/components/Header/MobileNav.jsx
@@ -238,7 +238,9 @@ const MobileNav = () => {
238
<Title>
239
<h1>{title === project.name ? <ProjectName /> : title}</h1>
240
{project?.owner && title === project.name && (
241
- <h5>by {project?.owner?.username}</h5>
+ <Link to={`/${project.owner.username}/sketches`}>
242
+ by {project?.owner?.username}
243
+ </Link>
244
)}
245
</Title>
246
{/* check if the user is in login page */}
0 commit comments