menu section initial left hidden
This commit is contained in:
@@ -19,7 +19,7 @@ export function Menu({active} : {active: boolean}) {
|
|||||||
}, [active]);
|
}, [active]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<motion.section className="menu">
|
<motion.section initial={{left: hidden}} className="menu">
|
||||||
{
|
{
|
||||||
articles.map(title => <div>
|
articles.map(title => <div>
|
||||||
{title}
|
{title}
|
||||||
|
|||||||
Reference in New Issue
Block a user