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.
1 parent a3cf391 commit 32507a7Copy full SHA for 32507a7
client/modules/IDE/components/Header/MobileNav.jsx
@@ -235,7 +235,9 @@ const MobileNav = () => {
235
<Title>
236
<h1>{title === project.name ? <ProjectName /> : title}</h1>
237
{project?.owner && title === project.name && (
238
- <h5>by {project?.owner?.username}</h5>
+ <Link to={`/${project.owner.username}/sketches`}>
239
+ by {project?.owner?.username}
240
+ </Link>
241
)}
242
</Title>
243
{/* check if the user is in login page */}
0 commit comments