mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 13:09:51 -06:00
restyled navbar
This commit is contained in:
@@ -6,15 +6,15 @@ export default function Nav(props){
|
||||
items = (
|
||||
<>
|
||||
{items}
|
||||
<li>{props.children[i]}</li>
|
||||
<td className='navElement'>{props.children[i]}</td>
|
||||
</>
|
||||
)
|
||||
}
|
||||
return(
|
||||
<div className = 'navControl'>
|
||||
<ul className='navBar'>
|
||||
<table className='navBar'>
|
||||
{items}
|
||||
</ul>
|
||||
</table>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user