add "reach out on twitter to be added" text

This commit is contained in:
Juni
2022-11-08 17:29:28 -05:00
parent e6dd3140e8
commit 0ce8e63dc2
8 changed files with 31 additions and 9 deletions

View File

@@ -135,6 +135,28 @@ export default function Info({ open, handleClose }) {
<ListItemText primary="Forked from" secondary="Project Sekai Stickers" />
</ListItem>
</List>
<Typography variant="h6" component="h3">
Interested in being added?
</Typography>
<List>
<ListItem
button
onClick={() =>
(window.location.href = "https://twitter.com/bunhunfun")
}
>
<ListItemAvatar>
<Avatar
alt="Juni"
src="https://avatars.githubusercontent.com/Juniteevee"
/>
</ListItemAvatar>
<ListItemText
primary="Juni"
secondary="Reach out to me on twitter or discord"
/>
</ListItem>
</List>
</DialogContentText>
</DialogContent>
<DialogActions>