mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Rename portfolio to projects
This commit is contained in:
@@ -49,8 +49,8 @@ const MobileNav = ({ open, close }: Props) => {
|
||||
</Button>
|
||||
</div>
|
||||
<div className='mobile-button-wrapper'>
|
||||
<Button href='/portfolio' onClick={() => close()}>
|
||||
Portfolio
|
||||
<Button href='/projects' onClick={() => close()}>
|
||||
Projects
|
||||
</Button>
|
||||
</div>
|
||||
<div className='mobile-button-wrapper'>
|
||||
|
||||
Reference in New Issue
Block a user