fix: explore page is now at root

This commit is contained in:
Aravinth Manivannan 2023-03-05 13:12:20 +05:30
parent 6006d04b2f
commit d0bc6627f2
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88

View file

@ -34,7 +34,7 @@ pub struct Pages {
impl Pages {
/// create new instance of Routes
const fn new() -> Pages {
let explore = "/explore";
let explore = "/";
let home = explore;
let search = "/search";
let auth = Auth::new();