Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Netlify badge #716

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

Commits on Nov 7, 2023

  1. - Cleaned up the imports in WelcomePage.tsx to enhance readability.

    - Introduced a netlify badge at the footer of the left navigation bar to acknowledge the service.
    - Indentation and syntax improvements in JSX for better readability and code quality.
    turnalfred committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    7c2927b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Add Netlify badge and improve code readability

    Added Netlify badge to the footer of the left navigation bar across multiple pages as a mark of acknowledgement for the service. This was achieved by creating a new `LeftNavFooter` component and importing it in necessary files. Additionally, minor indentation and syntax adjustments have been made in these files for improved code readability and overall code quality.
    turnalfred committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    2661f07 View commit details
    Browse the repository at this point in the history
  2. Update Netlify logo in Left Nav Footer

    The Netlify logo in the LeftNavFooter component has been updated to netlify-light.svg instead of netlify-color-bg.svg. This change makes the logo more visually consistent with the rest of the application's design. The new logo is clearer and easier on the eyes when viewed against the background color of the application's left navigation bar.
    turnalfred committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    c283ea7 View commit details
    Browse the repository at this point in the history