File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -64,14 +64,16 @@ function Main() {
6464 < Header ctx = { ctx } />
6565
6666 < div className = "header-links" >
67- < NavLink to = { `/` } > Vaults</ NavLink >
67+ < NavLink to = { `/euler-swap/` } > Swap</ NavLink >
68+ < NavLink to = { `/vaults/` } > Vaults</ NavLink >
6869 < NavLink to = { `/products/` } > Products</ NavLink >
6970 < NavLink to = { `/account/` } > Account</ NavLink >
70- < NavLink to = { `/euler-swap/` } > Swap</ NavLink >
7171 </ div >
7272
7373 < Routes >
74- < Route path = "/" element = { < VaultList ctx = { ctx } /> } />
74+ < Route path = "/" element = { < EulerSwapBrowse ctx = { ctx } /> } />
75+
76+ < Route path = "/vaults/" element = { < VaultList ctx = { ctx } /> } />
7577 < Route path = "/vault/:vault" element = { < VaultInfo ctx = { ctx } /> } />
7678
7779 < Route path = "/products/" element = { < ProductsList ctx = { ctx } /> } />
You can’t perform that action at this time.
0 commit comments