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 | |
| parent | fc7b2501cfed9e322eb0c9f741393428594ef92b (diff) | |
| download | HydroRoll-ec74c01ac7c143ebd9f99b67ee0bcb888ed1b86b.tar.gz HydroRoll-ec74c01ac7c143ebd9f99b67ee0bcb888ed1b86b.zip | |
😫I HATE FIX BUG
Diffstat (limited to 'docs/components/pages')
| -rw-r--r-- | docs/components/pages/AI-home/AIHero.tsx | 2 | ||||
| -rw-r--r-- | docs/components/pages/TRPG-home/PackHero.tsx | 2 | ||||
| -rw-r--r-- | docs/components/pages/landing/index.tsx | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/components/pages/AI-home/AIHero.tsx b/docs/components/pages/AI-home/AIHero.tsx index 5636cc2..0516d5f 100644 --- a/docs/components/pages/AI-home/AIHero.tsx +++ b/docs/components/pages/AI-home/AIHero.tsx @@ -6,7 +6,7 @@ import { HeroText, SectionSubtext } from "../home-shared/Headings"; import { Gradient } from "../home-shared/Gradient"; import { FadeIn } from "../home-shared/FadeIn"; import { CTAButton } from "../home-shared/CTAButton"; -import RepoLogo from "../../logos/RepoLogo"; +import RepoLogo from "../../logos/AILogo"; export function AIHero() { return ( diff --git a/docs/components/pages/TRPG-home/PackHero.tsx b/docs/components/pages/TRPG-home/PackHero.tsx index 38c773b..d2f271b 100644 --- a/docs/components/pages/TRPG-home/PackHero.tsx +++ b/docs/components/pages/TRPG-home/PackHero.tsx @@ -8,7 +8,7 @@ import { HeroText, SectionSubtext } from "../home-shared/Headings"; import { Gradient } from "../home-shared/Gradient"; import { FadeIn } from "../home-shared/FadeIn"; import { CTAButton } from "../home-shared/CTAButton"; -import PackLogo from "../../logos/PackLogo"; +import PackLogo from "../../logos/TRPGLogo"; export function PackHero() { return ( 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 ( |
