Skip to content

Commit

Permalink
arrumando texto do newsletter :3
Browse files Browse the repository at this point in the history
  • Loading branch information
moonshinerd authored Aug 14, 2024
1 parent d0ca8f8 commit dd35d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/newsletter/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ const SubscribeForm = () => {
required
/>
<button type="submit">Enviar</button>
{message && <p>{message}</p>}
</div>
</div>

<img className={style.newsletterImageDesk} src={amicoImage} />
{message && <p>{message}</p>}
</form>
);
};
Expand Down

0 comments on commit dd35d3c

Please sign in to comment.