fix: update copyright info

This commit is contained in:
alt0
2022-10-12 16:52:51 +08:00
parent 7124e18e96
commit 7f2d6aacee
3 changed files with 3 additions and 3 deletions
@@ -22,7 +22,7 @@ export const InfoModal = ({ open, onClose }: ModalProps) => {
</CloseContainer>
</Header>
<ModalContent />
<Footer>Copyright &copy; 2022 TOEVERYTHING PTE.LTD</Footer>
<Footer>Copyright &copy; 2022 Toeverything</Footer>
</Container>
</MuiModal>
);