Skip to content

Commit

Permalink
Merge pull request Anjaliavv51#85 from SaiSantosh2209/main
Browse files Browse the repository at this point in the history
Issue Anjaliavv51#81 The Interactive effect have been added to the navbar components while hovering ..
  • Loading branch information
gauravsingh1281 authored Oct 19, 2023
2 parents ed8de57 + 1157db0 commit 27c6276
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 34 deletions.
69 changes: 41 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.1",
"autoprefixer": "^10.4.14",
"autoprefixer": "^10.4.16",
"eslint": "^8.44.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"postcss": "^8.4.26",
"postcss": "^8.4.31",
"prettier": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.4.1",
"tailwindcss": "^3.3.3",
Expand Down
8 changes: 4 additions & 4 deletions src/components/Header-section/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,22 +117,22 @@ const Navbar = () => {
>
<ul className="flex flex-row lg:gap-10 md:gap-6 font-medium">
<li>
<a href="/" aria-current="page">
<a href="/" aria-current="page" className="hover:text-xl hover:shadow-lg transition duration-300">
HOME
</a>
</li>
<li>
<a href="#AboutUs" aria-current="page">
<a href="#AboutUs" aria-current="page" className="hover:text-xl hover:shadow-md transition duration-300">
ABOUT
</a>
</li>
<li>
<a href="#ContactUs" aria-current="page">
<a href="#ContactUs" aria-current="page" className="hover:text-xl hover:shadow-md transition duration-300">
CONTACT
</a>
</li>
<li>
<a href="#Service" aria-current="page">
<a href="#Service" aria-current="page" className="hover:text-xl hover:shadow-md transition duration-300">
RENTALS
</a>
</li>
Expand Down

0 comments on commit 27c6276

Please sign in to comment.