logo stuff

This commit is contained in:
Violet Caulfield
2024-12-31 15:36:29 -06:00
parent 095cf4729b
commit cf4e8ef1e0
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ export const queryConfig = {
format: ImageFormat.Jpg
},
logos: {
fillHeight: 25,
fillWidth: 100,
fillHeight: 50,
fillWidth: 300,
format: ImageFormat.Png
},
playerArtwork: {
+1 -1
View File
@@ -51,7 +51,7 @@ export function Card(props: CardProps) {
.getItemImageUrlById(
props.itemId,
ImageType.Logo,
{ ...queryConfig.images})
{ ...queryConfig.logos})
}
imageStyle={{
...logoDimensions,