aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/components/pages/TRPG-home
diff options
context:
space:
mode:
Diffstat (limited to 'docs/components/pages/TRPG-home')
-rw-r--r--docs/components/pages/TRPG-home/PackHero.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/pages/TRPG-home/PackHero.tsx b/docs/components/pages/TRPG-home/PackHero.tsx
index fb77c40..ef235bd 100644
--- a/docs/components/pages/TRPG-home/PackHero.tsx
+++ b/docs/components/pages/TRPG-home/PackHero.tsx
@@ -47,14 +47,14 @@ export function PackHero() {
<div className="w-[120px] z-50 mt-[-8.075px] mb-[-8.075px]">
<Image
alt=""
- src={`/images/docs/TRPG/turbopack-hero-logo-dark.svg`}
+ src={`/images/docs/AI/repo-hero-logo-dark.svg`}
width={120}
height={136.15}
className="hidden dark:block"
/>
<Image
alt=""
- src={`/images/docs/TRPG/turbopack-hero-logo-light.svg`}
+ src={`/images/docs/AI/repo-hero-logo-dark.svg`}
width={120}
height={136.15}
className="block dark:hidden"