Skip to content

Commit

Permalink
Replace Merch link in Navigation with Houses
Browse files Browse the repository at this point in the history
- TODO: remove duplicate references for collapsing version
  • Loading branch information
taesungh committed Oct 4, 2023
1 parent 56b8e36 commit fb3fab8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/components/Nav/Nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ const Nav = () => {
<Link to='/resources' className='item center'>
<Text>Resources</Text>
</Link>
<Link to='/merch' className='item center'>
<Text>Merch</Text>
<Link to='/houses' className='item center'>
<Text>Houses</Text>
</Link>
</div>
<div className='center row group right'>
Expand Down Expand Up @@ -105,7 +105,7 @@ const Nav = () => {
{ label: 'Resources', url: '/resources' },
{ label: 'About', url: '/about' },
{ label: 'Contact', url: '/contact' },
{ label: 'Merch', url: '/merch' },
{ label: 'Houses', url: '/houses' },
].map(({ label, url }) => (
<Link key={url} to={url} className='item center'>
<Text size='L'>{label}</Text>
Expand Down

0 comments on commit fb3fab8

Please sign in to comment.