Update index.js

This commit is contained in:
Werner
2023-06-09 07:57:45 -03:00
parent 7f50ae60a7
commit 1092b461bf

View File

@ -178,6 +178,9 @@ export default function Home() {
</Form> </Form>
)} )}
</Formik> </Formik>
<div className="my-4 text-center">
<span className="text-muted">Caio Arâes, David Freitas, Guilherme Werner</span>
</div>
</Container> </Container>
</main> </main>
</> </>