Skip to content

Commit 6a156c8

Browse files
committed
Adjust position of slash
1 parent bcfe8a9 commit 6a156c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/js/components/repository.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ var Repository = React.createClass({
2929
<div className='row repository'>
3030
<div className='col-xs-2'><img className='avatar' src={this.getAvatar()} /></div>
3131
<div className='col-xs-10 name' onClick={this.openBrowser}>
32-
<span>{repositoryName}</span>
33-
/
32+
<span>{'/' + repositoryName}</span>
3433
<span>{organisationName}</span>
3534
</div>
3635
</div>

0 commit comments

Comments
 (0)