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 a751cd7..fb77c40 100644
--- a/docs/components/pages/TRPG-home/PackHero.tsx
+++ b/docs/components/pages/TRPG-home/PackHero.tsx
@@ -21,14 +21,14 @@ export function PackHero() {
<div className="absolute min-w-[614px] min-h-[614px]">
<Image
alt="HydroRollTRPG"
- src="/images/docs/TRPG/turbopack-hero-hexagons-dark.svg"
+ src="/images/docs/AI/repo-hero-circles-dark.svg"
width={614}
height={614}
className="hidden dark:block"
/>
<Image
alt="HydroRollTRPG"
- src="/images/docs/TRPG/turbopack-hero-hexagons-light.svg"
+ src="/images/docs/AI/repo-hero-circles-dark.svg"
width={614}
height={614}
className="block dark:hidden"