Currently the sectionsBilingual array is known as sectionsComplete. If sectionsComplete cannot be found, look for sectionsBilingual.
// TODO: Populate the sectionsComplete/sectionsBilingual array from the .json files in the /frontend/public/locales/ directory.
|
const sectionsComplete = [ |
Also, this MIGHT fall under a refactor ( #67 ) task/Issue/Milestone/etc.
Either that or it is a feature?
Currently the
sectionsBilingualarray is known assectionsComplete. IfsectionsCompletecannot be found, look forsectionsBilingual.// TODO: Populate the sectionsComplete/sectionsBilingual array from the .json files in the
/frontend/public/locales/directory.Portfolio-Website/frontend/src/components/navigation/FloatingNav.tsx
Line 146 in c370b17
Also, this MIGHT fall under a refactor ( #67 ) task/Issue/Milestone/etc.
Either that or it is a feature?