Explorar o código

fix url sistema web

Gustavo Zanatta hai 1 día
pai
achega
4f572dd22c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/components/AppHeader.vue

+ 1 - 1
app/components/AppHeader.vue

@@ -48,7 +48,7 @@ const scrollTo = (id: string) => {
 }
 
 const handleEntrar = () => {
-  window.open('https://serpratidigital.softpar.inf.br/', '_blank')
+  window.open('https://app.serprati.com.br/', '_blank')
 }
 </script>