From a3c6660f819a3f78a6ab48905664c175c2bf8795 Mon Sep 17 00:00:00 2001 From: "rui.yan" Date: Fri, 26 May 2023 15:23:47 +0800 Subject: [PATCH] feat: use the wechat light photo --- homepage/src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepage/src/pages/index.tsx b/homepage/src/pages/index.tsx index b5457d6..d07c4ca 100644 --- a/homepage/src/pages/index.tsx +++ b/homepage/src/pages/index.tsx @@ -256,7 +256,7 @@ export default function Home() { <Image - src="/images/wechat.png" + src="/images/wechat-light.png" alt="wechat" width={300} height={300}