Sigma-Labs-XYZ / Explain-AI

An AI-powered source of all human knowledge
https://explainai.me/
1 stars 1 forks source link

Modules not found in components on Main #52

Open swdilip opened 1 year ago

swdilip commented 1 year ago

Files/ Modules cannot be found in several components (Breadcrumbs and index)

Due to each pair having different file structure, some of the path specified to import styling files/ modules are not present on the main branch leading to linting errors.

Image

Ademsk1 commented 1 year ago

This is because Github does not pick up on capitalisation, and has therefore mistook the github repository directory Stlyes for styles, and has just inserted them in there. We could use the command git config core.ignorecase false from stackexchange however, I feel this is not an ideal fix, especially for any budding developer hoping to fork this repo. Instead we should decide on the directory format for styling.