Skip to content

Commit

Permalink
Updated drive link in line 68
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnaChaitanyaThota committed Jan 15, 2023
1 parent fda4faa commit b6d28ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/layouts/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const Navbar = () => {
},
{
name: 'Drive',
link: 'https://drive.google.com/drive/folders/17bng9aIkZ3FaULebbgEGpdCsB225dr_K',
link: 'https://drive.google.com/drive/folders/191lQV0by-ZBqPv0gQHhT8F9vKCgQuq2X?usp=sharing',
icon: <AddToDriveIcon />
},
], []);
Expand Down Expand Up @@ -233,4 +233,4 @@ const AppIcon = styled(Box)({
margin: '0 auto',
});

export default Navbar;
export default Navbar;

0 comments on commit b6d28ef

Please sign in to comment.