Skip to content

Commit

Permalink
chore: add training courses
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jun 26, 2023
1 parent 6eaa9c7 commit 483d62a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/organisms/home/HomeHero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<section class="flex flex-col justify-start w-full px-4 pt-36 pb-48 md:pt-44 lg:pb-56 lg:pt-36 text-center z-20">
<div class="flex justify-center mb-16">
<AppLink
to="https://nuxt.com"
to="https://nuxt.com/support/courses"
class="flex items-center truncate bg-primary/25 hover:bg-primary-800 text-white border border-primary py-3 px-4 rounded"
>
<IconStar class="h-4 w-4 mr-2" />
<span class="truncate"><b>Announcement</b>: Nuxt 3 is out!</span>
<span class="truncate">Official Nuxt Training Courses are out!</span>
</AppLink>
</div>
<h1 class="font-normal font-serif text-display-5 xs:text-display-4 md:text-display-3 2xl:text-display-2 mb-6">
Expand Down

0 comments on commit 483d62a

Please sign in to comment.