diff --git a/src/components/ImageCard.react.js b/src/components/ImageCard.react.js index d40a210329..2a857a441b 100644 --- a/src/components/ImageCard.react.js +++ b/src/components/ImageCard.react.js @@ -122,7 +122,7 @@ var ImageCard = React.createClass({ if (self.state.loading) { tags = ; } else if (self.state.tags.length === 0) { - tags = No Tags; + tags =
No Tags
; } else { var tagDisplay = self.state.tags.map(function (t) { if (t === self.state.chosenTag) { @@ -151,7 +151,7 @@ var ImageCard = React.createClass({
- CHOSEN TAG: {this.state.chosenTag} + SELECTED TAG: {this.state.chosenTag}
VIEW ON DOCKER HUB diff --git a/styles/new-container.less b/styles/new-container.less index 966a3f7436..ac0df7f0bb 100644 --- a/styles/new-container.less +++ b/styles/new-container.less @@ -260,6 +260,11 @@ -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; } + .no-tags { + color: @gray-lighter; + text-align: center; + margin-top: 3rem; + } } .logo { width: 60px;