Skip to content

Commit

Permalink
refactor: change home page link
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrobertbrooks committed Oct 22, 2024
1 parent f852a72 commit 1be9a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ export const Home = () => (
</Button>
</Col>
<Col sm={6} xl={4}>
<Button to={Url.ExhibitionsPage} block>
Exhibitions
<Button to={Url.PublicationsPage} block>
Publications
</Button>
</Col>
<Col xl={2} />
Expand Down

0 comments on commit 1be9a51

Please sign in to comment.