hackforla / lucky-parking

Visualization of parking data to assist in understanding of the effects of parking policies on a neighborhood by neighborhood basis in the City of Los Angeles
https://www.hackforla.org/projects/lucky-parking.html
34 stars 60 forks source link

440/build brand icons #511

Closed christianjro closed 1 year ago

christianjro commented 1 year ago

Description: This pull request introduces two SVG logo components, 'LogoPlusText' and 'LogoSolidBlue', along with the necessary changes to incorporate them into the 'logo.tsx' component and ultimately the 'header.tsx' component.

Changes Made:

  1. Created two new React components, 'LogoPlusText.tsx' and 'LogoSolidBlue.tsx', manually pasting the SVG code into each component.
  2. Imported 'LogoPlusText' and 'LogoSolidBlue' components into 'logo.tsx'.
  3. Ensured that 'logo.tsx' properly renders the SVG logos through the new components.
  4. Imported the updated 'logo.tsx' component into 'header.tsx'.

Purpose: The addition of these SVG logo components enhances the flexibility and maintainability of the header section within our application. By encapsulating the SVG code within separate React components, we enable seamless reuse and customization of logos throughout the application. This update aims to improve the development experience and facilitate future modifications to the header and logo section.

Resolves #440