diff options
Diffstat (limited to 'docs/components/pages/pack-home/PackLetter.tsx')
| -rw-r--r-- | docs/components/pages/pack-home/PackLetter.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/components/pages/pack-home/PackLetter.tsx b/docs/components/pages/pack-home/PackLetter.tsx index d4b0f2f..46477d7 100644 --- a/docs/components/pages/pack-home/PackLetter.tsx +++ b/docs/components/pages/pack-home/PackLetter.tsx @@ -73,7 +73,7 @@ export function PackLetter() { <div className="flex flex-col gap-3 pb-2"> <Image alt="Tobias Koppers hand written signature" - src="/images/docs/pack/tobias-signature-light.svg" + src="/images/docs/TRPG/tobias-signature-light.svg" // 16 px added and offset to account for the glow width={173 + 16} height={91 + 16} @@ -81,7 +81,7 @@ export function PackLetter() { /> <Image alt="Tobias Koppers hand written signature" - src="/images/docs/pack/tobias-signature-dark.svg" + src="/images/docs/TRPG/tobias-signature-dark.svg" // 16 px added and offset to account for the glow width={173 + 16} height={91 + 16} @@ -97,7 +97,7 @@ export function PackLetter() { <FadeIn noVertical className="relative flex justify-center w-full mt-16"> <div className="max-w-[180px] w-full"> <CTAButton> - <Link href="/pack/docs" className="block py-3 font-sans"> + <Link href="/TRPG/docs" className="block py-3 font-sans"> Start Building </Link> </CTAButton> |
