LoveofSportsLLC / NFL

NFL + AI
https://loveoffootball.io/
MIT License
0 stars 0 forks source link

Revert "Design 20240707" #51

Closed zepor closed 3 months ago

zepor commented 3 months ago

Reverts LoveofSportsLLC/NFL#50

these changes are not configured as rest of project is. images should be in src/assets/img

CSS inline styles should not be used, move styles to an external CSS file

All component files are .jsx files, not html files.

We can connect more on this if needed.

codeautopilot[bot] commented 3 months ago

PR summary

This Pull Request reverts the changes made in a previous commit titled "Design 20240707". The purpose of the revert is to align the project with its existing configuration standards. Specifically, it addresses issues such as improper file locations, the use of inline CSS styles, and the use of HTML files instead of JSX files for React components.

Suggestion

To avoid similar issues in the future, consider implementing a pre-commit hook or CI/CD pipeline checks that enforce project standards, such as file structure, coding styles, and file types. This can help catch configuration mismatches before they are merged into the main branch.