mirror of
https://github.com/immich-app/immich.git
synced 2026-07-01 02:25:16 -07:00
5ead4af2dc
* Added missing alt text on logo in documentation * Better to use CSS to do the uppercases Some assistive technology can spell each letter instead of read the word, depends a lot on internals but it's better to prevent... * Semantic fix - single paragraph instead of many + uppercase via CSS Single sentence in single paragraph, using css instead * React requires className instead of class...