diff options
| author | 2023-07-07 18:01:54 +0800 | |
|---|---|---|
| committer | 2023-07-07 18:01:54 +0800 | |
| commit | ec74c01ac7c143ebd9f99b67ee0bcb888ed1b86b (patch) | |
| tree | c3bd9bf1c63cb2fa187516c081a2e9f43a0d24aa /docs/components/pages/landing/index.tsx | |
| parent | fc7b2501cfed9e322eb0c9f741393428594ef92b (diff) | |
| download | HydroRoll-ec74c01ac7c143ebd9f99b67ee0bcb888ed1b86b.tar.gz HydroRoll-ec74c01ac7c143ebd9f99b67ee0bcb888ed1b86b.zip | |
😫I HATE FIX BUG
Diffstat (limited to 'docs/components/pages/landing/index.tsx')
| -rw-r--r-- | docs/components/pages/landing/index.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/pages/landing/index.tsx b/docs/components/pages/landing/index.tsx index 1c71d1b..0cf3ea3 100644 --- a/docs/components/pages/landing/index.tsx +++ b/docs/components/pages/landing/index.tsx @@ -11,8 +11,8 @@ import { HydroRollTRPG } from "./HydroRollTRPG"; import { FadeIn } from "../home-shared/FadeIn"; import { LandingPageGlobalStyles } from "../home-shared/GlobalStyles"; import styles from "./index.module.css"; -import PackLogo from "../../logos/PackLogo"; -import RepoLogo from "../../logos/RepoLogo"; +import PackLogo from "../../logos/TRPGLogo"; +import RepoLogo from "../../logos/AILogo"; function Background() { return ( |
