<?php
/**
 * Save Design Modal - Connect Representative
 *
 * @version 1.0
 *
 * @var string $theme HTML class names for dark/light theme.
 * @var string $connect_to_rep_btn Text of connect to representative button.
 */

if ( ! defined( 'ABSPATH' ) ) {
    exit;
}

?>
<input class="save-design-follow-up-btn <?= $theme ?>" type="submit" value="<?= $connect_to_rep_btn ?>" id="xpv-connect-rep">
