Skip to content

Commit

Permalink
🐛 fix: fixes logo bug
Browse files Browse the repository at this point in the history
  • Loading branch information
acn3to committed Dec 1, 2022
1 parent 4193cc1 commit cd6d429
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/NavBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import React, { useEffect, useState } from 'react'
import { AiOutlineClose, AiOutlineMail, AiOutlineMenu } from 'react-icons/ai'
import { FaDiscord, FaGithub, FaInstagram, FaLinkedinIn } from 'react-icons/fa'

import navLogo from '../public/assets/navLogo.png'
import navLogo from '../public/assets/projects/navLogo.png'

const NavBar = () => {
const [nav, setNav] = useState(false)
Expand Down
File renamed without changes

1 comment on commit cd6d429

@vercel
Copy link

@vercel vercel bot commented on cd6d429 Dec 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

portfolio – ./

acn3to-portfolio.vercel.app
portfolio-acn3to.vercel.app
portfolio-git-main-acn3to.vercel.app

Please sign in to comment.