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 {
|
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">
|
||||||
|
@ -40,7 +40,6 @@ function MyApp({ Component, pageProps }) {
|
|||||||
}}
|
}}
|
||||||
twitter={{
|
twitter={{
|
||||||
cardType: "summary_large_image",
|
cardType: "summary_large_image",
|
||||||
// site: "@BeatSaber Overlay",
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<NextThemesProvider
|
<NextThemesProvider
|
||||||
|
@ -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>
|
||||||
|
Reference in New Issue
Block a user