Skip to content

Commit ac0d4ce

Browse files
committed
👌 IMPROVE: Styling
1 parent a9e1fb4 commit ac0d4ce

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Components/Navigation.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,12 @@ function Navigation(){
4343
key={key}
4444
style={props}
4545
className="fixed bg-white top-0 left-0 w-4/5 h-full z-50 shadow">
46-
This is the menu
46+
<span className="font-bold">
47+
The menu
48+
</span>
49+
<ul>
50+
<li>Home</li>
51+
</ul>
4752
</animated.div>
4853
)
4954
}

0 commit comments

Comments
 (0)