aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/components/pages
diff options
context:
space:
mode:
Diffstat (limited to 'docs/components/pages')
-rw-r--r--docs/components/pages/AI-home/AIHero.tsx2
-rw-r--r--docs/components/pages/TRPG-home/PackHero.tsx2
-rw-r--r--docs/components/pages/landing/index.tsx4
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 (