Skip to content

Commit

Permalink
Dash GUI update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Zheng committed Dec 13, 2023
1 parent 83aff81 commit 2acc8c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tpl/dash/dashboard.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -610,16 +610,16 @@
<div class="inside litespeed-text-center">
<h3 class="litespeed-title">
QUIC.cloud
<a href="https://www.quic.cloud/quic-cloud-services-and-features/litespeed-cache-service/" class="litespeed-title-right-icon">Learn More</a>
<a href="https://www.quic.cloud/quic-cloud-services-and-features/litespeed-cache-service/" class="litespeed-title-right-icon" target="_blank"><?php echo __('Learn More', 'litespeed-cache'); ?></a>
</h3>
<p class="litespeed-top20 litespeed-text-bold litespeed-margin-bottom20">
<a href="https://www.quic.cloud/docs/onboarding/" class="">Try QUIC.cloud CDN!</a>
<a href="https://www.quic.cloud/docs/onboarding/" class="" target="_blank"><?php echo __('Try QUIC.cloud CDN!', 'litespeed-cache'); ?></a>
</p>
<p class="litespeed-margin-y5">
Best available WordPress performance
<?php echo __('Best available WordPress performance', 'litespeed-cache'); ?>
</p>
<p class="litespeed-margin-y5">
Globally fast TTFB, easy setup, and <a href="https://www.quic.cloud/quic-cloud-services-and-features/litespeed-cache-service/">more</a>!
<?php echo sprintf(__('Globally fast TTFB, easy setup, and <a %s>more</a>!', 'litespeed-cache'), ' href="https://www.quic.cloud/quic-cloud-services-and-features/litespeed-cache-service/" target="_blank"'); ?>
</p>
<div class="litespeed-top10">
<img src="<?php echo LSWCP_PLUGIN_URL; ?>assets/img/quic-cloud-logo.svg" alt="QUIC.cloud" width="45%" height="auto">
Expand Down

0 comments on commit 2acc8c5

Please sign in to comment.