fix SEO
All checks were successful
Publish / docker (ubuntu-latest, 2.38.4) (push) Successful in 2m36s

This commit is contained in:
Lee 2023-04-18 11:46:45 +01:00
parent 4dce461cd9
commit 75d6429379
3 changed files with 4 additions and 4 deletions

@ -1,8 +1,8 @@
import {
Avatar as NextAvatar,
changeTheme,
Dropdown,
Avatar as NextAvatar,
Text,
changeTheme,
useTheme,
} from "@nextui-org/react";
@ -27,6 +27,7 @@ const Avatar = (props) => {
as="button"
color="primary"
src={avatarUrl}
alt="Account avatar"
/>
</Dropdown.Trigger>
<Dropdown.Menu aria-label="Static Actions">

@ -40,7 +40,6 @@ function MyApp({ Component, pageProps }) {
}}
twitter={{
cardType: "summary_large_image",
// site: "@BeatSaber Overlay",
}}
/>
<NextThemesProvider

@ -360,7 +360,7 @@ export default class Home extends Component {
}}
>
<Link href="https://git.fascinated.cc/Fascinated/beatsaber-overlay">
<a>
<a href="https://git.fascinated.cc/Fascinated/beatsaber-overlay">
If you like this project and want to help me make it
better, come check out the project on Gitea!
</a>