Increased avatar size from 64 to 128

This commit is contained in:
diamondburned 2020-12-20 00:16:40 -08:00
parent 918719599f
commit 288591a535
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import (
// AvatarURL wraps the URL with URL queries for the avatar.
func AvatarURL(URL string) string {
return Sized(URL, 64)
return Sized(URL, 128)
}
// Sized wraps the URL with the size query.