Skip to content

Commit

Permalink
fix wrong url to bmedia.io
Browse files Browse the repository at this point in the history
  • Loading branch information
annlickander committed Sep 5, 2022
1 parent ea68258 commit c0f40d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/admin/cc-dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

?>
<div class="wrap" style="margin: -8px 0 0 -20px;">
<iframe src="https://360.bmedia.com/embed/website-dashboard/<?php echo esc_attr( $website_id ); ?>" frameborder="0" style="width: 100%; height: 100vh;"></iframe>
<iframe src="https://360.bmedia.io/embed/website-dashboard/<?php echo esc_attr( $website_id ); ?>" frameborder="0" style="width: 100%; height: 100vh;"></iframe>
</div>
<style>
#wpfooter {display: none;}
Expand Down

0 comments on commit c0f40d9

Please sign in to comment.