logo fixes on cards

This commit is contained in:
Violet Caulfield
2024-12-29 09:51:04 -06:00
parent b2bbaa9978
commit 823ad65361
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ export const queryConfig = {
format: ImageFormat.Jpg
},
logos: {
fillHeight: 50,
fillWidth: 50,
fillHeight: 100,
fillWidth: 100,
format: ImageFormat.Png
}
}