aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/components/pages
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-09 20:26:47 +0800
committer简律纯 <i@jyunko.cn>2023-07-09 20:26:47 +0800
commit2879f8be93d1d52d147380bba439e5cb3a21bf4d (patch)
tree7b50a32f7a198b9e00fe9c9f876a435adb84d571 /docs/components/pages
parent44542416d8f48402a48c0dd598de583d0f72ceac (diff)
downloadHydroRoll-2879f8be93d1d52d147380bba439e5cb3a21bf4d.tar.gz
HydroRoll-2879f8be93d1d52d147380bba439e5cb3a21bf4d.zip
😶‍🌫️
Diffstat (limited to 'docs/components/pages')
-rw-r--r--docs/components/pages/AI-home/AILetter.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/components/pages/AI-home/AILetter.tsx b/docs/components/pages/AI-home/AILetter.tsx
index 9573f89..8b9b405 100644
--- a/docs/components/pages/AI-home/AILetter.tsx
+++ b/docs/components/pages/AI-home/AILetter.tsx
@@ -58,14 +58,14 @@ export function AILetter() {
<div className="w-24 h-24 min-w-[96px] min-h-[96px] rounded-full border dark:border-white/10 border-black/10 flex items-center justify-center ">
<Image
alt="Image of Jared Palmer"
- src="https://github.com/Stardust-minus.png"
+ src="/images/people/Stardust.jpg"
width={64}
height={64}
className="rounded-full grayscale"
/>
</div>
<div className="flex flex-col">
- <Image
+ {/* <Image
alt="Jared Palmer's hand written signature"
src="/images/docs/AI/jared-signature-light.svg"
width={190}
@@ -78,9 +78,9 @@ export function AILetter() {
width={209}
height={116}
className="hidden -mt-2 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">星尘(Stardust)</p>
+ <p className="font-bold">Stardust·减(Stardust)</p>
<p>水系模型训练者之一</p>
</div>
</div>