fixed text are white when a menu item is selected

This commit is contained in:
2025-06-29 18:10:07 +03:00
parent d71c8889ba
commit c564d0ae0a
2 changed files with 7 additions and 0 deletions

View File

@@ -5,3 +5,4 @@ Code Comments: Some complex logic could benefit from more inline comments for ma
Modularity: Some files (e.g., pages) are quite large and could be split into smaller, focused components.
Environment Variables: API URLs are hardcoded in some places; best practice is to use environment variables for all endpoints.
Accessibility: No explicit mention of accessibility (a11y) practices (e.g., ARIA labels, keyboard navigation).