upd: profile
Deskripsi: - membuat routing profile - membuat view profile - mengganti routing menjadi window No Issues
This commit is contained in:
@@ -37,7 +37,8 @@ export function ViewWelcome() {
|
||||
|
||||
function onLanjutkan() {
|
||||
if (index === listTextWellcome.length - 1) {
|
||||
return router.push("/home");
|
||||
// return router.push("/home");
|
||||
return window.location.href = "/home"
|
||||
}
|
||||
setIndex(index + 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user