Skip to content

Commit

Permalink
add blog post link
Browse files Browse the repository at this point in the history
  • Loading branch information
goplayoutside3 committed Sep 10, 2024
1 parent 607c011 commit 73470be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/home-for-user/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export default class HomePageForUser extends React.Component {
const { featuredProjects, OpenSectionComponent } = this.state;
return (
<div className="on-home-page" ref={(node) => { this.node = node; }}>
<div className="signed-in-banner"><p>We’re freshening up the homepage experience. Check out our <a className='blog-link' href=''>blog post</a> for details of upcoming changes.</p></div>
<div className="signed-in-banner"><p>We’re freshening up the homepage experience. Check out our <a className='blog-link' href='https://blog.zooniverse.org/2024/09/10/coming-soon-freshening-up-the-zooniverse-homepage'>blog post</a> for details of upcoming changes.</p></div>
<div className="home-page-for-user">

<BlurredImage className="home-page-for-user__background" src={this.state.backgroundSrc} blur="0.5em" position="50% 33%" />
Expand Down

0 comments on commit 73470be

Please sign in to comment.