Fix redirect

This commit is contained in:
MartinBraquet
2026-01-31 14:59:36 +01:00
parent 63e516fb4b
commit 09ff56ad61

View File

@@ -12,7 +12,7 @@ export default function SoftGatePage() {
const t = useT()
const handleExplore = () => {
Router.push('/')
Router.push('/?fromSignup=true')
}
const handleRefine = () => {