mirror of
https://github.com/Spythere/spythere-portfolio.git
synced 2026-05-04 22:18:19 +00:00
design
This commit is contained in:
@@ -72,11 +72,13 @@ export default function Navbar() {
|
||||
|
||||
return (
|
||||
<StyledNavbar>
|
||||
<StyledNavBrand href="#" onClick={(e) => scrollToSection(e, '#landing')}>
|
||||
{t('navbar.title')}
|
||||
</StyledNavBrand>
|
||||
<div className="navbar-content">
|
||||
<StyledNavBrand href="#" onClick={(e) => scrollToSection(e, '#landing')}>
|
||||
{t('navbar.title')}
|
||||
</StyledNavBrand>
|
||||
|
||||
<Navlinks navlinks={navlinks} />
|
||||
<Navlinks navlinks={navlinks} />
|
||||
</div>
|
||||
</StyledNavbar>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user