[FEAT] Add project logo instead of emoji.
Closed this issue · 4 comments
pushkaraj2007 commented
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="" />
usr-neo commented
Could you assign me this task?
usr-neo commented
under hacktoberfest label
pushkaraj2007 commented
Sure, Go ahead!
pushkaraj2007 commented
This issue has been resolved in #9 PR!