make repository navigation fixed // add title for collapsed navigation items

This commit is contained in:
Eduard Heimbuch
2020-02-25 17:15:23 +01:00
parent 7fe8b58e7d
commit eee6cad1d3
6 changed files with 37 additions and 16 deletions

View File

@@ -10,6 +10,7 @@ type Props = {
activeWhenMatch?: (route: any) => boolean;
activeOnlyWhenExact: boolean;
icon?: string;
title?: string;
};
/**