From 1063588d0eebeaf4a224dffd2751a731f4cf60a3 Mon Sep 17 00:00:00 2001 From: Edmar-Sousa Date: Mon, 6 Oct 2025 17:49:29 -0300 Subject: [PATCH 1/3] fix: add "alt" to images and "aria-label" to buttons --- src/components/come-to-globo/index.tsx | 2 +- src/components/footer/Footer.tsx | 8 ++++---- src/components/hero/HeroDesktop.tsx | 6 +++--- src/components/hero/HeroSmart.tsx | 6 +++--- src/components/navigation/Navigation.tsx | 3 ++- src/components/projects/ProjectsList.tsx | 2 +- src/components/scroll-top/ScrollTop.tsx | 2 +- src/pages/index.tsx | 2 +- 8 files changed, 16 insertions(+), 15 deletions(-) diff --git a/src/components/come-to-globo/index.tsx b/src/components/come-to-globo/index.tsx index 8aba5a3..2379bf2 100644 --- a/src/components/come-to-globo/index.tsx +++ b/src/components/come-to-globo/index.tsx @@ -135,7 +135,7 @@ const ComeToGlobo = () => { - + Temos desafios para vocĂȘ diff --git a/src/components/footer/Footer.tsx b/src/components/footer/Footer.tsx index 93bfd5f..422003c 100644 --- a/src/components/footer/Footer.tsx +++ b/src/components/footer/Footer.tsx @@ -60,11 +60,11 @@ const FooterDesktop = (props: FooterItemsProps) => { - + Logo da Globo - + Logo Hacktoberfest 2025 @@ -108,12 +108,12 @@ const FooterSmart = (props: FooterItemsProps) => { > - + Logo da Globo - + Logo Hacktoberfest 2025 {props.menuItems.map((item: MenuItem, i: number) => ( diff --git a/src/components/hero/HeroDesktop.tsx b/src/components/hero/HeroDesktop.tsx index 384b797..c1e5198 100644 --- a/src/components/hero/HeroDesktop.tsx +++ b/src/components/hero/HeroDesktop.tsx @@ -310,8 +310,8 @@ const DesktopView = (props: DesktopViewProps) => { return ( - - + Logo da Globo + Logo Hacktoberfest 2025 { - + Contribua e ganhe 1 camiseta exclusiva {/*
diff --git a/src/components/hero/HeroSmart.tsx b/src/components/hero/HeroSmart.tsx index 21b5eb4..e821431 100644 --- a/src/components/hero/HeroSmart.tsx +++ b/src/components/hero/HeroSmart.tsx @@ -268,9 +268,9 @@ const SmartView = (props: SmartViewProps) => { justifyContent="center" > - + Logo da Globo
- + Logo Hacktoberfest 2025 { - + Contribua e ganhe 1 camiseta exclusiva {/*
{ {menuOpened && setMenuOpened(false)} />} diff --git a/src/components/projects/ProjectsList.tsx b/src/components/projects/ProjectsList.tsx index cf03500..6ceb44c 100644 --- a/src/components/projects/ProjectsList.tsx +++ b/src/components/projects/ProjectsList.tsx @@ -216,7 +216,7 @@ const ProjectsList = (props: ProjectListProps) => { function ProjectsListLoading() { return - + } diff --git a/src/components/scroll-top/ScrollTop.tsx b/src/components/scroll-top/ScrollTop.tsx index f5ddd87..620e091 100644 --- a/src/components/scroll-top/ScrollTop.tsx +++ b/src/components/scroll-top/ScrollTop.tsx @@ -28,7 +28,7 @@ const ScrollTop = () => { return (
- + Voltar para o topo
) } diff --git a/src/pages/index.tsx b/src/pages/index.tsx index d417d89..1b0caa0 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -237,7 +237,7 @@ const IndexPage = () => {
- + Imagem vem pra Globo
From 873749ddcb463c528f06ec9b4991c5dd057c25c5 Mon Sep 17 00:00:00 2001 From: Edmar-Sousa Date: Mon, 6 Oct 2025 17:52:48 -0300 Subject: [PATCH 2/3] fix: add empty "alt" to decorative image --- src/components/hero/HeroDesktop.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/hero/HeroDesktop.tsx b/src/components/hero/HeroDesktop.tsx index c1e5198..92f3d0f 100644 --- a/src/components/hero/HeroDesktop.tsx +++ b/src/components/hero/HeroDesktop.tsx @@ -347,7 +347,7 @@ const DesktopView = (props: DesktopViewProps) => { - + From 4861e8bcbd024d4a9176298f330d1c54c2ab1a78 Mon Sep 17 00:00:00 2001 From: Edmar-Sousa Date: Tue, 21 Oct 2025 10:24:07 -0300 Subject: [PATCH 3/3] fix: add alt --- src/components/hero/HeroDesktop.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/hero/HeroDesktop.tsx b/src/components/hero/HeroDesktop.tsx index e47061c..dc5ed21 100644 --- a/src/components/hero/HeroDesktop.tsx +++ b/src/components/hero/HeroDesktop.tsx @@ -233,16 +233,19 @@ const LoggedView = (user: UserProps) => { {" "} {/** Ativo se Approved e Completed for false */} {" "} {/** Ativo se Approved true e completed false */} {" "} {/* Ativo se completed e aproved for true*/}
@@ -361,6 +364,7 @@ const DesktopView = (props: DesktopViewProps) => {