Current File : /home/n742ef5/royalanteam.com/wp-content/plugins/myhome-core/views/dashboard/design.php
<?php

use Tangibledesign\Framework\Core\Settings\SettingKey;
use Tangibledesign\MyHome\Providers\Settings\SettingsServiceProvider;

?>
<div class="tdf-app wrap">
    <h1 class="wp-heading-inline">
        <?php esc_html_e('Design', 'myhome-core'); ?>
    </h1>

    <p class="myhome-backend-description">
        <?php esc_html_e('You can modify global colors, fonts, listing card design (e.g. what kind of information display on the card) and much more in the Elementor Site Settings', 'myhome-core'); ?>
    </p>

    <p>
        <a
                class="button button-secondary"
                href="<?php echo esc_url(admin_url('post.php?post=' . tdf_settings()->getHomepageId())); ?>&action=elementor#e:run:panel/global/open"
                target="_blank"
        >
            <?php esc_html_e('Design Settings', 'myhome-core'); ?>
        </a>
    </p>
</div>