Skip to content

Commit d0ca8f8

Browse files
authored
Merge pull request #161 from unb-mds/feat-Implementando-funcionalidades-Filter
fix: retirando foto da equipe
2 parents fda20d3 + c49331b commit d0ca8f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/pages/about-us/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ export default function AboutUs() {
1616
contribuindo para uma gestão pública mais transparente e eficiente.
1717
</p>
1818

19-
<img
19+
{/* <img
2020
className={styles.aboutUsImg}
2121
data-testid="photo-testid"
2222
src={fotoemgrupo}
2323
alt="Foto de toda a equipe"
24-
/>
24+
/> */}
2525

2626
<h2 className={styles.aboutUsTitle}>Agora, um pouco de cada um</h2>
2727

0 commit comments

Comments
 (0)