Skip to content

Commit

Permalink
Updated front page with placeholder box instead of web player
Browse files Browse the repository at this point in the history
  • Loading branch information
markjfannon committed Sep 18, 2024
1 parent f982fb2 commit 92da625
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions components/index/news.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ import Settings from '../../settings.json';
export default class News extends React.Component {
render() {
return <Paper elevation={3} className="comic-relief">
<h1>University Radio Nottingham is back!</h1>
{/*<h1>University Radio Nottingham is back!</h1>*
<p>After a year of being off-air, URN returns to the airwaves - from a brand new studio!</p>
<p>Want to get involved in the excitement? Join <a href="https://join.urn1350.co.uk/">here</a>!</p>
<p>Want to get involved in the excitement? Join <a href="https://join.urn1350.co.uk/">here</a>!</p>*/}

<h1>University Radio Nottingham will be back soon</h1>
<p>More Daytime. More Sport. More specialist music. More fun. Stay updated <a href='https://instagram.com/urn1350'>here</a>...</p>
</Paper>;
}}
4 changes: 2 additions & 2 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export default function Home() {
<Header title={Settings.siteTitle} />
<ImageHeader />
<main>
{/* <News /> */}
<NowPlaying />
{<News />}
{/*<NowPlaying />*/}
<div className="index-container">

<Schedule />
Expand Down

0 comments on commit 92da625

Please sign in to comment.