Skip to content

Commit

Permalink
chore: update banner
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Oct 2, 2024
1 parent 6fd64cc commit 84bc6a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ onMounted(() => {
<NuxtLoadingIndicator />

<AppBanner
id="nuxt-tips"
to="https://michaelnthiessen.com/nuxt-tips-collection?aff=J0Emk"
id="nuxt-cert-date"
to="https://certificates.dev/nuxt?utm_source=nuxt&utm_medium=website&utm_campaign=affiliate&friend=NUXT"
>
<div class="flex items-center gap-1">
<UIcon
name="i-ph-magic-wand"
class="w-5 h-5 flex-shrink-0 pointer-events-none hidden lg:inline-block mr-1"
name="i-ph-circle-wavy-check-duotone"
class="w-5 h-5 flex-shrink-0 pointer-events-none hidden sm:inline-block"
/>
<span>Learn Nuxt with a Collection of 100+ Tips!</span>
<span><span class="hidden lg:inline">Official</span> Nuxt mid-level certification launch date announced!</span>
<UButton
label="Learn more"
color="white"
Expand Down

0 comments on commit 84bc6a9

Please sign in to comment.