Skip to content

Commit

Permalink
✨ Add a link to the new EAM website ExaltAccountManager.com
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikEight committed May 23, 2024
1 parent 1f79d05 commit 6733d0a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/pages/AboutPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,19 @@ function AboutPage() {
>
<Typography>
Exalt Account Manager was first released in mid 2020 as a simple tool to manage multiple accounts for the game Realm of the Mad God Exalt.
Since then it has grown to a fully fledged software with many features and an active user base.
Since then it has grown to a fully fledged software with many features and an active user base.<br />
</Typography>
<Box
sx={{
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
gap: 1,
}}
>
<a href="https://exaltaccountmanager.com" target="_blank" rel="noreferrer">ExaltAccountManager.com</a>
</Box>

</ComponentBox>
<Box sx={{ display: 'flex', flexDirection: 'row', mt: -2, mb: -2 }}>
<ComponentBox
Expand Down

0 comments on commit 6733d0a

Please sign in to comment.