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 a5b6256 commit 903550bCopy full SHA for 903550b
client/modules/User/components/Collection.jsx
@@ -221,7 +221,9 @@ class Collection extends React.Component {
221
}
222
</p>
223
224
- <p className="collection-metadata__user">Collection by {owner.username}</p>
+ <p className="collection-metadata__user">Collection by{' '}
225
+ <Link to={`${hostname}/${username}/sketches`}>{owner.username}</Link>
226
+ </p>
227
228
<p className="collection-metadata__user">{items.length} sketch{items.length === 1 ? '' : 'es'}</p>
229
</div>
0 commit comments