Remove about heading
This commit is contained in:
parent
4f95f6509b
commit
ff1d216207
2 changed files with 1 additions and 2 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue