fix SEO
All checks were successful
Publish / docker (ubuntu-latest, 2.38.4) (push) Successful in 2m36s
All checks were successful
Publish / docker (ubuntu-latest, 2.38.4) (push) Successful in 2m36s
This commit is contained in:
parent
4dce461cd9
commit
75d6429379
@ -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>
|
||||
|
Reference in New Issue
Block a user