]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
Vuemastery pinia banner (#2106)
authorIsrael <israelugbodaga@gmail.com>
Mon, 27 Mar 2023 23:38:51 +0000 (23:38 +0000)
committerGitHub <noreply@github.com>
Mon, 27 Mar 2023 23:38:51 +0000 (08:38 +0900)
* add vuemastery pinia weekend promotion banner

* update vuemastery banner

packages/docs/.vitepress/theme/components/VueMasteryBanner.vue

index b2dfdbdd5f12ff2e6eb6a0eb2034a1e34da1a628..5d52f03b0fca37408a0b3b906803bf2ed0a0ea9b 100644 (file)
@@ -8,7 +8,7 @@
   >
     <a
       id="vm-pinia-weekend"
-      href="https://www.vuemastery.com/pinia"
+      href="https://www.vuemastery.com/pricing/?coupon=PINIAWEEKEND23"
       target="_blank"
     >
       <img
       <div class="vm-pinia-weekend-wrapper">
         <div class="vm-pinia-weekend-content">
           <h1 class="vm-pinia-weekend-title">
-            PINIA WEEKEND <span>MARCH 24-26</span>
+            Get 50% off a year of Vue courses
           </h1>
-          <p class="vm-pinia-weekend-sub">
-            Watch all 4 premium courses for free
-          </p>
+          <p class="vm-pinia-weekend-sub">Elevate your code with Vue Mastery</p>
         </div>
-        <button id="vm-banner-cta">Secure your spot</button>
+        <button id="vm-banner-cta">Claim Offer</button>
       </div>
       <button id="vm-banner-close" @click.prevent="closeBanner">X</button>
     </a>