Skip to content

Commit d651e5e

Browse files
committed
Turns out I am a massive idiot
1 parent eab9982 commit d651e5e

File tree

4 files changed

+9
-22
lines changed

4 files changed

+9
-22
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"dependencies": {
1717
"@docusaurus/core": "3.5.2",
1818
"@docusaurus/preset-classic": "3.5.2",
19-
"@docusaurus/theme-common": "^3.5.2",
2019
"@mdx-js/react": "^3.0.1",
2120
"clsx": "^1.2.1",
2221
"prism-react-renderer": "^1.3.5",

pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Wordmark.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/pages/index.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
---
22
description: Yet another Discord mod
33
---
4-
import Wordmark from "../Wordmark.js";
4+
import useBaseUrl from "@docusaurus/useBaseUrl";
5+
import ThemedImage from "@theme/ThemedImage";
56

67
<h3 align="center">
7-
<Wordmark />
8+
<ThemedImage
9+
alt="moonlight"
10+
sources={{
11+
light: useBaseUrl("/img/wordmark.png"),
12+
dark: useBaseUrl("/img/wordmark-light.png")
13+
}}
14+
/>
815

916
<a href="https://discord.gg/FdZBTFCP6F">Discord server</a>
1017
{" "}- <a href="https://github.com/moonlight-mod/moonlight">GitHub</a>

0 commit comments

Comments
 (0)