| @@ -40,16 +40,16 @@ | ||
| 40 | 40 | <p><?php echo esc_html( $notice ); ?></p> |
| 41 | 41 | </div> |
| 42 | 42 | <?php } ?> |
| 43 | 43 | |
| 44 | - <div class="fw-mt-2 fw-px-4 fw-py-4 fw-fw-sm:p-6 fw-text-sm fw-text-gray-500 md:fw-flex"> | |
| 45 | - <div class="md:fw-w-2/3"> | |
| 44 | + <div class="fw-mt-2 fw-px-4 fw-py-4 fw-fw-sm:p-6 fw-text-sm fw-text-gray-500 fw-flex"> | |
| 45 | + <div class="fw-w-2/3"> | |
| 46 | 46 | <p class="fw-mt-0"><?php esc_html_e( 'Nginx FastCGI Cache is a very fast page caching system that boosts up your website page load speed. It\'s recommended to enable the page cache.', 'flywp' ); ?></p> |
| 47 | 47 | </div> |
| 48 | 48 | |
| 49 | 49 | <?php if ( flywp()->fastcgi->enabled() ) { ?> |
| 50 | - <div class="md:fw-w-1/3 fw-text-center md:fw-text-right"> | |
| 51 | - <a href="<?php echo esc_url( flywp()->fastcgi->purge_cache_url() ); ?>" class="button button-primary button-hero"><?php esc_html_e( 'Clear Cache', 'flywp' ); ?></a> | |
| 50 | + <div class="fw-w-1/3 fw-text-right"> | |
| 51 | + <a href="<?php echo esc_url( $this->fastcgi->purge_cache_url() ); ?>" class="button button-primary button-hero"><?php esc_html_e( 'Clear Cache', 'flywp' ); ?></a> | |
| 52 | 52 | </div> |
| 53 | 53 | <?php } ?> |
| 54 | 54 | </div> |
| 55 | 55 | |