Add group name

This commit is contained in:
Werner
2023-06-07 08:58:20 -03:00
parent 00a54f7ada
commit d09e669453

View File

@ -132,6 +132,9 @@ export default function Home() {
))} ))}
</tbody> </tbody>
</Table> </Table>
<div className="mt-auto text-center">
<span className="text-muted">Caio Arâes, David Freitas, Guilherme Werner</span>
</div>
</Container> </Container>
</main> </main>
</> </>