fix: reparar build do desktop tauri

This commit is contained in:
Esdras Renan 2025-10-10 22:28:35 -03:00
parent e291770417
commit c463530757
9 changed files with 263 additions and 49 deletions

View file

@ -397,9 +397,8 @@ function App() {
</div>
)}
</div>
<div className="mt-6 flex justify-center">
<img src={`${appUrl}/rever-8.png`} alt="Logotipo Rever Tecnologia" width={110} height={110} className="h-[3.45rem] w-auto" />
</div>
<div className="mt-6 flex justify-center">
<img src={`${appUrl}/rever-8.png`} alt="Logotipo Rever Tecnologia" width={110} height={110} className="h-[3.45rem] w-auto" />
</div>
</div>
)