fix: explore page is now at root
This commit is contained in:
parent
6006d04b2f
commit
d0bc6627f2
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ pub struct Pages {
|
||||||
impl Pages {
|
impl Pages {
|
||||||
/// create new instance of Routes
|
/// create new instance of Routes
|
||||||
const fn new() -> Pages {
|
const fn new() -> Pages {
|
||||||
let explore = "/explore";
|
let explore = "/";
|
||||||
let home = explore;
|
let home = explore;
|
||||||
let search = "/search";
|
let search = "/search";
|
||||||
let auth = Auth::new();
|
let auth = Auth::new();
|
||||||
|
|
Loading…
Add table
Reference in a new issue