Skip to content

Commit 96e8579

Browse files
committed
Navbar updated
1 parent 8722665 commit 96e8579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Navbar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const Navbar = () => {
22
return (
3-
<nav className="bg-black fixed w-full z-20 top-0 start-0">
3+
<nav className=" bg-opacity-50 backdrop-blur-md fixed w-full z-20 top-0 start-0 rounded-lg shadow-lg">
44
<div className="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto p-4">
55
<a
66
href="https://flowbite.com/"

0 commit comments

Comments
 (0)