fix: correct title spelling in index.html from "Plataforma Smart" to "Plataforma Smarts"
All checks were successful
Build (develop) / Promote (main) / build-and-push-deploy (push) Successful in 6m6s

This commit is contained in:
2026-02-12 16:59:01 -03:00
parent e24fd41cce
commit 161ed4dbe0

View File

@@ -38,7 +38,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<script src="assets/env.js"></script> <script src="assets/env.js"></script>
<title>Plataforma Smart</title> <title>Plataforma Smarts</title>
</head> </head>
<body> <body>
<app-root></app-root> <app-root></app-root>