Skip to content

Commit

Permalink
fix price
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Sep 10, 2024
1 parent 3fb810c commit b36eedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function bookSession() {
}
async function pay() {
window.open('https://book.stripe.com/7sIdTl3bB71E6WY14d', '_blank')
window.open('https://book.stripe.com/eVa5mP13tclY5SU3cm', '_blank')
}
import { useDark, useToggle } from '@vueuse/core'
Expand Down

0 comments on commit b36eedc

Please sign in to comment.