From 959d0e17b2d8eae36acbe25053964b2d8c46944f Mon Sep 17 00:00:00 2001 From: Wellington Date: Wed, 24 Sep 2025 20:00:24 -0300 Subject: [PATCH 1/4] doc: update readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index fc1075f..ee3994c 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,7 @@ # Zentry Icon Zentry Clone -Este projeto é um clone da landing page da Zentry, desenvolvido com React, TypeScript, Vite e TailwindCSS. +Este projeto é um clone da landing page da Zentry, desenvolvido com React, TypeScript, TailwindCSS e GASP. > 🚧 **Em desenvolvimento** — funcionalidades e estilos ainda podem sofrer alterações. From c2b2b55951d4eec958ec14e70f2b27f17cea5162 Mon Sep 17 00:00:00 2001 From: Wellington Date: Wed, 24 Sep 2025 20:26:05 -0300 Subject: [PATCH 2/4] test action --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index 8c88341..fa143bb 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -8,6 +8,7 @@ import { ProductGrid } from "./components/productGrid"; function App() { const [isColorLight, setIsColorLight] = useState(false); + console.log("test action"); return ( Carregando}> From 855adce921905feff5b91d25d5b4865618955ac6 Mon Sep 17 00:00:00 2001 From: Wellington Date: Wed, 24 Sep 2025 21:07:51 -0300 Subject: [PATCH 3/4] fix: remove debug console log from App component --- src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index fa143bb..8c88341 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -8,7 +8,6 @@ import { ProductGrid } from "./components/productGrid"; function App() { const [isColorLight, setIsColorLight] = useState(false); - console.log("test action"); return ( Carregando}> From 26278f7ec26d1d12f9ffc4a1391bb05416302179 Mon Sep 17 00:00:00 2001 From: Wellington Date: Thu, 25 Sep 2025 18:38:09 -0300 Subject: [PATCH 4/4] refactor: sample test to run AI bot action --- src/components/footer.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/components/footer.tsx b/src/components/footer.tsx index 8a7dbb7..34b6cf3 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -61,7 +61,9 @@ export function Footer() { return (