Skip to content

Commit

Permalink
remove "Ranger" from home/login page titles
Browse files Browse the repository at this point in the history
it's ugly that this title is long enough that it splits
onto two lines on mobile devices. It's prettier to just
drop the "Ranger". It should still be obvious enough for
users that this is a BRR system
  • Loading branch information
srabraham committed Dec 17, 2024
1 parent c31ec2b commit 0146db0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ims/element/login/_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class LoginPage(Page):
Login page.
"""

name: str = "Ranger Incident Management System"
name: str = "Incident Management System"
failed: bool = False

@renderer
Expand Down
2 changes: 1 addition & 1 deletion src/ims/element/root/_root.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ class RootPage(Page):
Server root page.
"""

name: str = "Ranger Incident Management System"
name: str = "Incident Management System"

0 comments on commit 0146db0

Please sign in to comment.