File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,8 @@ export function About({ title = "关于我" }: AboutProps) {
2121 < div className = "grid md:grid-cols-3 gap-10 mb-16 md:px-3" >
2222 < div className = "card-hover border-1 border-slate-200 shadow-md shadow-slate-200 rounded-3xl overflow-hidden" >
2323 < div className = "text-center p-6" >
24- < div className = "w-16 h-16 bg-blue-500 rounded-full flex items-center justify-center mx-auto mb-6" >
25- < SearchOutlined
26- className = "text-3xl"
27- style = { { color : "#DBEAFE" } }
28- />
24+ < div className = "w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mx-auto mb-6" >
25+ < img className = "w-full h-full rounded-full" src = "https://p.weizwz.com/chenxuyuan-alone_0a7cc2c87b232b1f.webp" alt = "head" />
2926 </ div >
3027 < h3 className = "text-2xl font-bold mb-4 text-gray-800" > 求知者</ h3 >
3128 < p className = "text-gray-600 dark:text-gray-300 leading-relaxed" >
@@ -83,7 +80,7 @@ export function About({ title = "关于我" }: AboutProps) {
8380 size = "large"
8481 shape = "round"
8582 icon = { < GithubOutlined /> }
86- href = "https://github.com/weizwz"
83+ href = "https://github.com/weizwz/weiz-home "
8784 target = "_blank"
8885 >
8986 GitHub
You can’t perform that action at this time.
0 commit comments