You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Header and Footer components use placeholder <img> tags to display the logo. Ideally, we want to replace these placeholders with a proper SVG logo for a more scalable and polished appearance.
Task
Add an SVG logo file to src/assets/svg/. You can name the file logo.svg.
Replace the placeholder <img> tags in the Header and Footer components with the newly added SVG logo.
Ensure the SVG logo scales properly in its container.
File Locations
SVG File: src/assets/svg/logo.svg
Components to update:
src/sections/Header.tsx
src/sections/Footer.tsx
Steps to Complete
Add the logo.svg file to the src/assets/svg/ directory.
Import the SVG in the Header and Footer components using the following syntax:
importLogofrom'@/assets/svg/logo.svg';
Please attach a demo video,screenshots while making a PR ! ping the maintainer for further queries
The text was updated successfully, but these errors were encountered:
Context
Currently, the
Header
andFooter
components use placeholder<img>
tags to display the logo. Ideally, we want to replace these placeholders with a proper SVG logo for a more scalable and polished appearance.Task
src/assets/svg/
. You can name the filelogo.svg
.<img>
tags in theHeader
andFooter
components with the newly added SVG logo.File Locations
src/assets/svg/logo.svg
src/sections/Header.tsx
src/sections/Footer.tsx
Steps to Complete
logo.svg
file to thesrc/assets/svg/
directory.Header
andFooter
components using the following syntax:Please attach a demo video,screenshots while making a PR ! ping the maintainer for further queries
The text was updated successfully, but these errors were encountered: