Skip to content

Commit

Permalink
Update footer address in footer-main component [elifesciences/enhance…
Browse files Browse the repository at this point in the history
…d-preprints-issues#1104]

The address used in the footer-main component has been updated. The outdated
address and conditional statement based on date have been removed. The new
address is now '95 Regent Street, Cambridge CB2 1AW, UK'.
  • Loading branch information
nlisgo committed Jun 24, 2024
1 parent 790420a commit 2283d22
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions src/components/atoms/footer-main/footer-main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,18 +135,8 @@ export const FooterMain = () => (

<address className="address">
eLife Sciences Publications, Ltd<br />
{(new Date()) > (new Date('2024-06-24')) ? (
<>
95 Regent Street<br />
Cambridge CB2 1AW<br />
</>
) : (
<>
{/* Reminder: Remove this block after 24 June 2024 */}
Westbrook Centre, Milton Road<br />
Cambridge CB4 1YG<br />
</>
)}
95 Regent Street<br />
Cambridge CB2 1AW<br />
UK
</address>
</div>
Expand Down

0 comments on commit 2283d22

Please sign in to comment.