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

View File

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

View File

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

View File

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