diff options
Diffstat (limited to 'docs/components/pages/pack-home/index.tsx')
| -rw-r--r-- | docs/components/pages/pack-home/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/pages/pack-home/index.tsx b/docs/components/pages/pack-home/index.tsx index db73b25..d08443b 100644 --- a/docs/components/pages/pack-home/index.tsx +++ b/docs/components/pages/pack-home/index.tsx @@ -5,7 +5,7 @@ import { PackFeatures } from "./PackFeatures"; import { GradientSectionBorder } from "../home-shared/GradientSectionBorder"; import { LandingPageGlobalStyles } from "../home-shared/GlobalStyles"; -export default function Home() { +export default function HydroRollTRPGHome() { return ( <> <LandingPageGlobalStyles /> |