Compare commits
No commits in common. "56251ac3ceb7143656523cf84adad44bedf27b56" and "d5fa97e3f2fa01682cc9319a0f92a44ff99fc24c" have entirely different histories.
56251ac3ce
...
d5fa97e3f2
|
|
@ -4,9 +4,6 @@
|
|||
}
|
||||
|
||||
html, body {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
|
|
@ -19,8 +16,6 @@ html, body {
|
|||
|
||||
#root {
|
||||
height: 100%;
|
||||
max-width: 600px;
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
.app {
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ export default function Create() {
|
|||
templateCode: templateCode,
|
||||
metadata: {
|
||||
cb_url: cbUrl,
|
||||
imageUrls: [image1, image2 || image1],
|
||||
imageUrls: [image1, image2 || ''],
|
||||
},
|
||||
});
|
||||
if (checkout && checkout.url) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue