Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Fixed JSX comments // #143
Browse files Browse the repository at this point in the history
  • Loading branch information
lourot committed Sep 11, 2018
1 parent dc37605 commit ab40bcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions reframe/views/Creating.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ class Creating extends React.Component {
<NavBar/>
<Content>
<div className="container container-lg mt-2">
<!-- temporarily disabled for issue143
{ /* temporarily disabled for issue143
<i className="fas fa-spinner fa-pulse"></i> {this.props.username}'s profile is being
created. You'll be redirected to&nbsp;
<a href={`/${this.props.username}`}>
{urls.landing}/{this.props.username}
</a> in a few seconds...-->
</a> in a few seconds... */ }
Sorry, we're overloaded, we had to freeze the <i>profile requests</i> for now. See&nbsp;
<a href="https://github.com/AurelienLourot/ghuser.io/issues/143" target="_blank" className="external">
#143
Expand Down
2 changes: 1 addition & 1 deletion reframe/views/profile/rightpanel/RightPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const RightPanel = props => {
repos.push(
<div key="alert" className={alertCssClasses} role="alert">
This profile doesn't exist yet.
<!-- temporary for issue143: -->
{ /* temporary for issue143: */ }
<br /><br />
And we're overloaded at the moment, see&nbsp;
<a href="https://github.com/AurelienLourot/ghuser.io/issues/143" target="_blank" className="external">
Expand Down

0 comments on commit ab40bcb

Please sign in to comment.