aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/components/pages/AI-home/AILetter.tsx8
-rw-r--r--docs/public/images/people/Stardust.jpgbin0 -> 41053 bytes
2 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>
diff --git a/docs/public/images/people/Stardust.jpg b/docs/public/images/people/Stardust.jpg
new file mode 100644
index 0000000..3b8d337
--- /dev/null
+++ b/docs/public/images/people/Stardust.jpg
Binary files differ