Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Meldiron committed Dec 19, 2023
1 parent ecedef8 commit ee76006
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="" style="aspect-ratio: 1.56 / 1;" />
<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

0 comments on commit ee76006

Please sign in to comment.