Skip to content

Commit

Permalink
feat : rotate navbar text
Browse files Browse the repository at this point in the history
  • Loading branch information
ANSHIKA-26 committed Jan 8, 2025
1 parent 0ecbb13 commit 2e1e9f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Navbar.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React, { useEffect } from 'react';
import '../index.css';


const Navbar = () => {
useEffect(() => {
const handleMouseMove = (event) => {
Expand Down

0 comments on commit 2e1e9f6

Please sign in to comment.