Gustavo Zanatta преди 1 ден
родител
ревизия
4f572dd22c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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>