Skip to content

Commit

Permalink
Remove unnecessary buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Jul 23, 2024
1 parent e8d8435 commit 18f4b9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
14 changes: 3 additions & 11 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,9 @@ export default function Footer() {
alignItems="center"
pt={4}
>
<Link
to="/"
style={{
color: "#FFFFFF",
textDecoration: "none",
}}
>
<Box width={178} height={38}>
<FooterLogo />
</Box>
</Link>
<Box width={178} height={38}>
<FooterLogo />
</Box>
<Stack
direction={{ xs: "column", sm: "row" }}
spacing={2}
Expand Down
8 changes: 3 additions & 5 deletions src/pages/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,9 @@ export const HomePage = () => {
alignItems={{ xs: "center", sm: "flex-end" }}
spacing={3}
>
<Button>
<Box width={315} height={68}>
<WhiteoutAkatsukiLogo />
</Box>
</Button>
<Box width={315} height={68}>
<WhiteoutAkatsukiLogo />
</Box>
<Typography textAlign={{ xs: "center", sm: "right" }}>
Welcome to Akatsuki! We are an osu! private server mainly
based around the relax mod - featuring score submission,
Expand Down

0 comments on commit 18f4b9d

Please sign in to comment.