Chore: Change from Youwes09 to moku-project

This commit is contained in:
Youwes09
2026-04-26 21:22:08 -05:00
parent 22e3095cf5
commit c3b015f00f
14 changed files with 62 additions and 61 deletions
@@ -221,7 +221,7 @@
<p class="s-section-title">Links</p>
<div class="s-section-body">
<div class="s-row" style="flex-direction:column;align-items:flex-start;gap:var(--sp-2)">
<a href="https://github.com/Youwes09/Moku" target="_blank" class="s-label" style="color:var(--accent-fg);text-decoration:none">GitHub →</a>
<a href="https://github.com/moku-project/Moku" target="_blank" class="s-label" style="color:var(--accent-fg);text-decoration:none">GitHub →</a>
<a href="https://discord.gg/Jq3pwuNqPp" target="_blank" class="s-label" style="color:var(--accent-fg);text-decoration:none">Discord →</a>
</div>
</div>
+1 -1
View File
@@ -5,7 +5,7 @@ import type { Manga, Chapter } from "@types";
const APP_ID = "1487894643613106298";
const FALLBACK_IMAGE = "moku_logo";
const BUTTONS = [
{ label: "GitHub", url: "https://github.com/Youwes09/Moku" },
{ label: "GitHub", url: "https://github.com/moku-project/Moku" },
{ label: "Discord", url: "https://discord.gg/Jq3pwuNqPp" },
];