File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const route = useRoute()
77 <div class =" space-y-3" >
88 <!-- <AdsMN v-if="route.path.length % 2 === 0" /> -->
99 <!-- <AdsNuxtCertificate v-else /> -->
10- <!-- < AdsFreeWeekend /> -- >
10+ <AdsFreeWeekend />
1111 <AdsFallback v-if =" $ads.adBlocked.value" />
1212 <LazyAdsCarbon v-else :key =" route.path" />
1313 </div >
Original file line number Diff line number Diff line change 11<template >
22 <div class =" group relative border border-default rounded-md hover:bg-elevated/50 w-full transition-colors p-2" >
33 <ULink
4- to =" https://vueschool.io/freeweekend/ ?friend=nuxt "
4+ to =" https://certificates.dev/nuxt ?friend=NUXT "
55 target =" _blank"
66 class =" absolute inset-0 z-10"
77 />
8- <div class =" flex justify-center w-full aspect-video " >
9- <img src =" /assets/ads/vueschool-free-weekend.png " alt =" VueSchool Free Weekend " class =" w-full rounded-sm" >
8+ <div class =" flex justify-center w-full aspect-13/10 " >
9+ <img src =" /assets/ads/nuxt-cert-bootcamp.jpg " alt =" Nuxt Certification Bootcamp " class =" w-full rounded-sm" >
1010 </div >
1111
1212 <div class =" text-xs text-muted py-1 pt-2 transition-colors group-hover:text-default" >
13- Get Unlimited Access to All Courses. Including the Vue.js Master Class .
13+ The official certification of competence for the Nuxt Framework .
1414 </div >
1515 </div >
1616</template >
You can’t perform that action at this time.
0 commit comments