Parcourir la source

fix url sistema web

Gustavo Zanatta il y a 1 jour
Parent
commit
4f572dd22c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>