pushkaraj2007/Threadify

[FEAT] Add project logo instead of emoji.

Closed this issue · 4 comments

Description:

We recently decided our project logo, and I want it to be displayed on the navbar and footer, Just replace the '🧵' emoji with the image 'public/logo.svg'.

Solution:

  • Navigate to 'components/Navbar.tsx' and 'components/Footer.tsx'
  • Replace <p className="text-[20px]">🧵</p> with <img src="/logo.svg" className="h-12" alt="" />

Could you assign me this task?

under hacktoberfest label

Sure, Go ahead!

This issue has been resolved in #9 PR!