Skip to content

Commit

Permalink
chore: replace embedded pricing url
Browse files Browse the repository at this point in the history
  • Loading branch information
domtra committed Oct 2, 2024
1 parent 53d35de commit 3451dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/upgrade-page/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="wrap vrts_upgrade_page">
<iframe
src="https://bleech.de/en/vrts-upgrade/?current-tier=<?php echo rawurlencode( esc_attr( $data['tier_id'] ) ); ?>"
src="https://vrts.app/pricing-embedded/?current-tier=<?php echo rawurlencode( esc_attr( $data['tier_id'] ) ); ?>"
title="<?php echo esc_html( $data['title'] ); ?>"
loading="lazy"
width="100%"
Expand Down

0 comments on commit 3451dc4

Please sign in to comment.