| @@ -1,20 +1,18 @@ | ||
| 1 | 1 | <div class="flywp-settings" id="flywp-settings"> |
| 2 | 2 | <div class="fw-mb-8 fw-bg-white fw-border-b fw-border-solid fw-border-gray-200"> |
| 3 | - <div class="fw-max-w-xl fw-mx-auto fw-px-4 sm:fw-px-0"> | |
| 4 | - <div class="fw-flex fw-py-2 fw-items-center fw-justify-between"> | |
| 5 | - <h1 class="fw-text-2xl fw-font-semibold fw-flex-1"> | |
| 6 | - <img src="<?php echo esc_url( FLYWP_PLUGIN_URL . 'assets/images/flywp-logo.svg' ); ?>" alt="FlyWP" class="fw-h-11 fw-mr-2 fw-inline-block"> | |
| 7 | - </h1> | |
| 3 | + <div class="fw-max-w-xl fw-mx-auto"> | |
| 4 | + <div class="fw-flex fw-py-4 fw-items-center fw-justify-between"> | |
| 5 | + <h1 class="fw-text-2xl fw-font-semibold fw-flex-1">FlyWP</h1> | |
| 8 | 6 | |
| 9 | 7 | <div class=""> |
| 10 | - <a href="https://app.flywp.com" target="_blank" class="button button-secondary"><span class="dashicons dashicons-external fw-mt-1"></span> <?php esc_html_e( 'FlyWP Dashboard', 'flywp' ); ?></a> | |
| 8 | + <a href="https://app.flywp.com" target="_blank" class="button button-secondary"><span class="dashicons dashicons-external fw-mt-1"></span> FlyWP Dashboard</a> | |
| 11 | 9 | </div> |
| 12 | 10 | </div> |
| 13 | 11 | </div> |
| 14 | 12 | </div> |
| 15 | 13 | |
| 16 | - <div class="fw-max-w-xl fw-mx-auto fw-px-4 sm:fw-px-0"> | |
| 14 | + <div class="fw-max-w-xl fw-mx-auto"> | |
| 17 | 15 | <?php require __DIR__ . '/page-cache.php'; ?> |
| 18 | 16 | <?php require __DIR__ . '/op-cache.php'; ?> |
| 19 | 17 | </div> |
| 20 | 18 | |