From ec74c01ac7c143ebd9f99b67ee0bcb888ed1b86b Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 7 Jul 2023 18:01:54 +0800 Subject: 😫I HATE FIX BUG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/components/pages/AI-home/AIHero.tsx | 2 +- docs/components/pages/TRPG-home/PackHero.tsx | 2 +- docs/components/pages/landing/index.tsx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/components/pages') 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 ( -- cgit v1.2.3-70-g09d2