Skip to content

Commit

Permalink
comit- newIssuenavbar.jsx typo adrianhajdin#23
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartikey1306 committed Mar 30, 2024
1 parent 6f25a94 commit 3d2bb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navbar/Navbar.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from 'react';
import { RiMenu3Line, RiCloseLine } from 'react-icons/ri';
import logo from '../../logo.svg';
import logo from '../../assets/logo.svg';
import './navbar.css';

const Navbar = () => {
Expand Down

0 comments on commit 3d2bb4c

Please sign in to comment.