Rename portfolio to projects

This commit is contained in:
Hazem Krimi
2023-06-04 16:07:59 +01:00
parent 3a51b7fdb2
commit 69afc742a0
14 changed files with 161 additions and 128 deletions
+2 -2
View File
@@ -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'>