make grouping clearer and update readme
This commit is contained in:
14
src/app/components/Discord/DiscordButton.tsx
Normal file
14
src/app/components/Discord/DiscordButton.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import { Box, Button } from "@mui/material";
|
||||
export const DiscordButton = () => {
|
||||
return (
|
||||
<Box>
|
||||
<Button
|
||||
href="https://discord.gg/MDapvGyw"
|
||||
target="_blank"
|
||||
style={{ width: "100%" }}
|
||||
>
|
||||
Discord
|
||||
</Button>
|
||||
</Box>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user