Skip to content

Commit

Permalink
ad
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon McClure committed Dec 12, 2017
1 parent 51fa0dc commit 1869eb4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions theshow/staticapp/src/js/race-app/containers/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,14 @@ const App = (props) => {
/>
</div>
) : (
<div className="content-extra-large too-few-results">
<p>Check back after polls close for results, maps and live analysis!</p>
<div>
<div className="content-extra-large too-few-results">
<p>Check back after polls close at 8 p.m. EST for results, maps and live analysis.</p>
</div>
<div className="content-group ad">
<p>Advertisement</p>
<div className="ad-slot flex horizontal" id="pol-06" />
</div>
</div>
);

Expand Down

0 comments on commit 1869eb4

Please sign in to comment.