refactor(assets): relocate character cover image

This commit is contained in:
2026-07-17 15:04:34 +08:00
parent 64e27b4fa6
commit a210a98d98
7 changed files with 6 additions and 6 deletions
@@ -22,7 +22,7 @@ describe("splash Tailwind components", () => {
expect(html).toContain("absolute");
expect(html).toContain("bg-sidebar-background");
expect(html).toContain("object-cover");
expect(html).toContain("%2Fimages%2Fsplash%2Fpic-bg-home.png");
expect(html).toContain("%2Fimages%2Fcover%2Felio.png");
});
it("renders SplashContent with Tailwind typography classes", () => {