feat: optimize github avatar size (#97)

This commit is contained in:
Bohan Wang
2025-03-27 23:31:10 +08:00
committed by GitHub
parent da032fd3c2
commit 0fced53de3
+1 -1
View File
@@ -26,7 +26,7 @@ export function Menu() {
className="h-6 w-6 rounded-full bg-cover"
style={
{
backgroundImage: `url(${userInfo.avatar})`,
backgroundImage: `url(${userInfo.avatar}&s=24)`,
}
}
>