aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/components/pages
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-09 18:06:58 +0800
committer简律纯 <i@jyunko.cn>2023-07-09 18:06:58 +0800
commitb3b3e5d4cfa3be872c0c59a498b9dba8b44e3896 (patch)
tree6bc00a8b43f5b44384bf9d066f868dce791cd6fa /docs/components/pages
parent09e81a87e1498ab8373d5f18519c4968845e46fb (diff)
downloadHydroRoll-b3b3e5d4cfa3be872c0c59a498b9dba8b44e3896.tar.gz
HydroRoll-b3b3e5d4cfa3be872c0c59a498b9dba8b44e3896.zip
👻
Diffstat (limited to 'docs/components/pages')
-rw-r--r--docs/components/pages/TRPG-home/PackLetter.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/components/pages/TRPG-home/PackLetter.tsx b/docs/components/pages/TRPG-home/PackLetter.tsx
index 46477d7..66a2669 100644
--- a/docs/components/pages/TRPG-home/PackLetter.tsx
+++ b/docs/components/pages/TRPG-home/PackLetter.tsx
@@ -79,17 +79,17 @@ export function PackLetter() {
height={91 + 16}
className="block -mb-3 -ml-3 dark:hidden"
/>
- <Image
+ {/* <Image
alt="Tobias Koppers hand written signature"
src="/images/docs/TRPG/tobias-signature-dark.svg"
// 16 px added and offset to account for the glow
width={173 + 16}
height={91 + 16}
className="hidden -mb-3 -ml-3 dark:block"
- />
+ /> */}
<div className="flex gap-2 flex-wrap text-sm leading-none text-[#888888] max-w-[156px] md:max-w-xl lg:max-w-xl">
- <p className="font-bold">Tobias Koppers</p>
- <p>Creator of Webpack</p>
+ <p className="font-bold">简律纯(HsiangNianian)</p>
+ <p>Creator of HydroRoll</p>
</div>
</div>
</FadeIn>