Remove about heading

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

View file

@ -6,7 +6,6 @@ todo = TODO
# Context Pages
## About
about = About
git-description = Git commit {$hash} on {$date}
## Document statistics

View file

@ -385,7 +385,7 @@ pub enum ContextPage {
impl ContextPage {
fn title(&self) -> String {
match self {
Self::About => fl!("about"),
Self::About => String::new(),
Self::DocumentStatistics => fl!("document-statistics"),
Self::GitManagement => fl!("git-management"),
Self::ProjectSearch => fl!("project-search"),