feat: optimize github avatar size (#97)
This commit is contained in:
@@ -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)`,
|
||||
}
|
||||
}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user