mirror of
https://github.com/calli-eve/eve-pi.git
synced 2026-02-15 04:08:48 +01:00
add github button
This commit is contained in:
14
src/app/components/Github/GitHubButton.tsx
Normal file
14
src/app/components/Github/GitHubButton.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import { Box, Button } from "@mui/material";
|
||||
export const GitHubButton = () => {
|
||||
return (
|
||||
<Box>
|
||||
<Button
|
||||
href="https://github.com/calli-eve/eve-pi"
|
||||
target="_blank"
|
||||
style={{ width: "100%" }}
|
||||
>
|
||||
GitHub
|
||||
</Button>
|
||||
</Box>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user