diff options
| author | 2023-05-03 01:09:49 +0800 | |
|---|---|---|
| committer | 2023-05-03 01:09:49 +0800 | |
| commit | a2f8df3b14979f74c03a79b2ffaf081739837899 (patch) | |
| tree | f2d8e8eb2a3d323502ebcec0a7d02ae9a8daed01 /docs/components/pages/pack-home/PackLetter.tsx | |
| parent | fade13d683c0420d83f523703d7038edbefe97f6 (diff) | |
| download | HydroRoll-a2f8df3b14979f74c03a79b2ffaf081739837899.tar.gz HydroRoll-a2f8df3b14979f74c03a79b2ffaf081739837899.zip | |
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> |
