mirror of
https://github.com/Spythere/spythere-portfolio.git
synced 2026-05-03 13:38:17 +00:00
navbar; logo & landing animation
This commit is contained in:
@@ -10,7 +10,9 @@ function NavlinkList(props: { navlinks: NavLink[] }) {
|
||||
<>
|
||||
<StyledNavlinkList>
|
||||
{props.navlinks.map((navlink) => (
|
||||
<StyledNavlink href={navlink.href}>{navlink.title}</StyledNavlink>
|
||||
<StyledNavlink key={navlink.title} href={navlink.href}>
|
||||
{navlink.title}
|
||||
</StyledNavlink>
|
||||
))}
|
||||
</StyledNavlinkList>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user