Skip to content

Commit

Permalink
fixed the navbar icon
Browse files Browse the repository at this point in the history
  • Loading branch information
AtheequeFurkhan committed Aug 3, 2024
1 parent b214380 commit 57949ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/assets/styles/pages/layouts/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}

.btn-gradient:hover {
background: linear-gradient(90deg, rgba(253, 29, 29, 1) 0%, rgba(131, 58, 180, 1) 100%);
background: linear-gradient(90deg, rgb(51, 29, 87) 0%, rgba(131, 58, 180, 1) 100%);
transform: scale(1.05);
}

Expand Down
4 changes: 2 additions & 2 deletions src/pages/layouts/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Navbar = () => {
className="text-3xl font-bold text-white flex items-center"
>
<img
src="./micromazeLogo.png"
src="./titleIcon.png"
alt="Logo"
width={50}
height={50}
Expand All @@ -50,7 +50,7 @@ const Navbar = () => {
exit={{ opacity: 0, height: 0 }}
transition={{ duration: 0.5 }}
>
<button className="btn-gradient font-bold py-2 px-4 rounded w-full">
<button className="btn-gradient font-bold py-2 px-4 rounded w-full ">
Resources
</button>
</motion.div>
Expand Down

0 comments on commit 57949ef

Please sign in to comment.