Skip to content

Commit

Permalink
Merge pull request #664 from appwrite/fix-pro-scene-flick
Browse files Browse the repository at this point in the history
Fix: Image flick
  • Loading branch information
eldadfux authored Dec 19, 2023
2 parents ba8458a + ee76006 commit a410880
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/routes/console/(billing-modal)/hoodieCover.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,12 @@
<Button on:click={wizard.hide}>Go to console</Button>
</div>
</Card>
<img class="hoodie-image" src={Hoodie} alt="" srcset="" />
<img
class="hoodie-image"
src={Hoodie}
alt=""
srcset=""
style="aspect-ratio: 1.56 / 1;" />
<div class="cbc-confetti" transition:fade>
<Confetti
x={[-1.75, 1.85]}
Expand Down

3 comments on commit a410880

@vercel
Copy link

@vercel vercel bot commented on a410880 Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on a410880 Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

console-cloud – ./

console-cloud.vercel.app
console-cloud-git-main-appwrite.vercel.app
console-cloud-appwrite.vercel.app

@vercel
Copy link

@vercel vercel bot commented on a410880 Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

console-preview – ./

console-preview-appwrite.vercel.app
console-next.vercel.app
console-preview-git-main-appwrite.vercel.app

Please sign in to comment.