File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ export const ModelsPage = ({ children }) => {
12
12
13
13
< Tabs >
14
14
< NavLink href = "/models" exact >
15
- Search
15
+ Installed
16
16
</ NavLink >
17
+ < NavLink href = "/models/search" > Search</ NavLink >
17
18
< NavLink href = "/models/downloads" >
18
19
Downloads
19
20
< Badge class = "animate-pulse" value = { queue . value . length } />
20
21
</ NavLink >
21
- < NavLink href = "/models/installed" > Installed</ NavLink >
22
22
</ Tabs >
23
23
</ Page . Header >
24
24
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ const routes = [
22
22
{ path : "/quick-tools/:id" , component : QuickTool } ,
23
23
{ path : "/quick-tools/:id/edit" , component : EditTool } ,
24
24
{ path : "/playground" , component : Playground } ,
25
- { path : "/models" , component : SearchModels } ,
25
+ { path : "/models" , component : Models } ,
26
+ { path : "/models/search" , component : SearchModels } ,
26
27
{ path : "/models/downloads" , component : DownloadManager } ,
27
- { path : "/models/installed" , component : Models } ,
28
28
{ path : "/settings" , component : Settings } ,
29
29
{ path : "/settings/system" , component : System } ,
30
30
{ path : "/settings/license" , component : License } ,
You can’t perform that action at this time.
0 commit comments