Skip to content

Commit 7db5158

Browse files
committed
fix: height
1 parent 4311784 commit 7db5158

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/normalizers/teams.normalizer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const normalizeTeamsPayload = (
4343
url: url,
4444
})),
4545
backgroundImage: {
46-
url: `https://singlecolorimage.com/get/${color}/1x2`,
46+
url: `https://singlecolorimage.com/get/${color}/1x3`,
4747
fillMode: 'RepeatHorizontally',
4848
},
4949
},

0 commit comments

Comments
 (0)