Skip to content

Commit

Permalink
Merge branch 'main' into PR-Add-Events-Section
Browse files Browse the repository at this point in the history
  • Loading branch information
Gum-Joe authored Jan 12, 2021
2 parents a1fe61f + 175e247 commit c1f8950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/SiteContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export default class SiteContainer extends Component<SiteProps, TheState> {
return (
<>
<h2>It is neither Week A nor B.</h2>
<h3>This means it's probably a holiday.</h3>
<h3>This means it&#39;s probably a holiday.</h3>
<Button style={{ marginRight: "auto" }} className="forward" onClick={getScrollDownWithAdditional(150)}><div>events</div></Button>
<h5>If you believe this is in error, please email&nbsp;<a href="mailto:info@isitweeka.com">info@isitweeka.com</a></h5>
</>
Expand Down

0 comments on commit c1f8950

Please sign in to comment.