Skip to content

Commit

Permalink
Minor style fix [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGhostHunter committed Nov 17, 2023
1 parent 8a15097 commit 5e0e209
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const steps = [
{ label: 'Address', icon: 'i-heroicons-home' },
{ label: 'Shipping', icon: 'i-heroicons-truck' },
{ label: 'Trade-in', icon: 'i-heroicons-arrow-path', disabled: true },
{ label: 'Payment', icon: 'i-heroicons-banknotes', click: () => alert('You clicked Payment!')},
{ label: 'Payment', icon: 'i-heroicons-banknotes', click: () => alert('You clicked Payment!') },
{ label: 'Checkout', icon: 'i-heroicons-check' }
]
</script>

0 comments on commit 5e0e209

Please sign in to comment.