Remove about heading

This commit is contained in:
Jeremy Soller 2024-02-28 09:33:36 -07:00
parent b39c845456
commit d8fb62255f
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 1 additions and 2 deletions

View file

@ -39,7 +39,6 @@ size = Size
# Context Pages
## About
about = About
git-description = Git commit {$hash} on {$date}
## Operations

View file

@ -150,7 +150,7 @@ pub enum ContextPage {
impl ContextPage {
fn title(&self) -> String {
match self {
Self::About => fl!("about"),
Self::About => String::new(),
Self::Operations => fl!("operations"),
Self::Properties => fl!("properties"),
Self::Settings => fl!("settings"),