TeamDignitas / dignitas

Software for a collaborative fact checking website.
https://dignitas.ro/
GNU Affero General Public License v3.0
9 stars 1 forks source link

Refs #296: remove label for _user_ from the user profile page #307

Closed sandriu closed 2 years ago

sandriu commented 2 years ago

Instead of 'User sonia' as the page name (heading), we now have just 'Sonia'

CatalinFrancu commented 2 years ago

Note that 'Sonia' is capitalized due to h1::first-letter { text-transform: capitalize; } in main.css. I would prefer not to do this. Users who want their handle capitalized can choose their handle accordingly. What do you think?

sandriu commented 2 years ago

Note that 'Sonia' is capitalized due to h1::first-letter { text-transform: capitalize; } in main.css. I would prefer not to do this. Users who want their handle capitalized can choose their handle accordingly. What do you think?

Agree. I will fix this.