File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export function IssueNavigation({children}: IssuesWrapperProps) {
38
38
< SecondaryNav . Body >
39
39
< SecondaryNav . Section >
40
40
< SecondaryNav . Item to = { `${ baseUrl } /` } end >
41
- { t ( 'All ' ) }
41
+ { t ( 'Search ' ) }
42
42
</ SecondaryNav . Item >
43
43
< SecondaryNav . Item to = { `${ baseUrl } /feedback/` } >
44
44
{ t ( 'Feedback' ) }
@@ -81,15 +81,15 @@ export function IssueNavigation({children}: IssuesWrapperProps) {
81
81
/>
82
82
</ SecondaryNav . Section >
83
83
) }
84
+ < SecondaryNav . Section title = { t ( 'Configure' ) } >
85
+ < SecondaryNav . Item
86
+ to = { `${ baseUrl } /alerts/rules/` }
87
+ activeTo = { `${ baseUrl } /alerts/` }
88
+ >
89
+ { t ( 'Alerts' ) }
90
+ </ SecondaryNav . Item >
91
+ </ SecondaryNav . Section >
84
92
</ SecondaryNav . Body >
85
- < SecondaryNav . Footer >
86
- < SecondaryNav . Item
87
- to = { `${ baseUrl } /alerts/rules/` }
88
- activeTo = { `${ baseUrl } /alerts/` }
89
- >
90
- { t ( 'Alerts' ) }
91
- </ SecondaryNav . Item >
92
- </ SecondaryNav . Footer >
93
93
</ SecondaryNav >
94
94
{ children }
95
95
</ Fragment >
You can’t perform that action at this time.
0 commit comments