Skip to content

Commit

Permalink
Fixed month
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaburke91 committed Sep 6, 2017
1 parent 0cd9dd6 commit 9c067e5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

<div class="header__radio-player" >
<div class="header__radio-player__text primary-font">
<span id="before-text" class="hidden header-fuzzy-text header-fuzzy-text--dark">Live Radio Broadcast 7th October 18:00 BST</span>
<span id="before-text" class="hidden header-fuzzy-text header-fuzzy-text--dark">Live Radio Broadcast 7th September 18:00 BST</span>
<span id="during-text" class="hidden header-fuzzy-text header-fuzzy-text--dark">
<i id="live-now-circle" class="fa fa-circle header-fuzzy-text header-fuzzy-text--red" aria-hidden="true"></i>
LIVE NOW: Mount Kimbie - Love What Survives
Expand Down
2 changes: 1 addition & 1 deletion public/css/style.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/style.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/app.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/app.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react/RadioPlayerMobile/RadioPlayerMobile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class RadioPlayerMobile extends React.Component {
<div className="header-fuzzy-text header-fuzzy-text--dark">Live Radio Broadcast</div>
<div className="header-fuzzy-text header-fuzzy-text--dark" style={{'marginTop': '0px'}}>Mount Kimbie</div>
<div className="header-fuzzy-text header-fuzzy-text--dark" style={{'marginBottom': '8px'}}>Love What Survives</div>
<div className="header-fuzzy-text header-fuzzy-text--dark">7th October 18:00 BST</div>
<div className="header-fuzzy-text header-fuzzy-text--dark">7th September 18:00 BST</div>
</span>
<span id="during-text-mobile" className="hidden">
<div className="live-now-label header-fuzzy-text header-fuzzy-text--dark">
Expand Down

0 comments on commit 9c067e5

Please sign in to comment.