Skip to content

Commit 11a0299

Browse files
author
Alexandre Chopin
committed
update: reverse-shadow & links utms
1 parent 0b29851 commit 11a0299

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/organisms/MasteringNuxtBanner.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<p><span class="font-bold"> LEARN NUXT.JS</span> - Register today for an Exclusive Offer.</p>
88
<div class="flex items-center">
99
<a
10-
href="https://masteringnuxt.com?friend=nuxt&utm_source=Nuxtjs.org&utm_medium=Link&utm_content=Navbar&utm_content=prelaunch"
10+
href="https://masteringnuxt.com/?utm_source=nuxt&utm_medium=link&utm_campaign=pre_launch"
1111
target="_blank"
1212
rel="noopener"
1313
class="bg-orange-500 hover:bg-nuxt-lightgreen text-white no-underline inline-block font-medium text-xs px-3 py-1 shadow uppercase rounded hover:shadow-md"

i18n/en-US.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = {
4040
name: 'Video Courses',
4141
icon: 'video',
4242
href:
43-
'https://masteringnuxt.com?friend=nuxt&utm_source=Nuxtjs.org&utm_medium=Link&utm_content=Navbar&utm_content=prelaunch'
43+
'https://masteringnuxt.com/?utm_source=nuxt&utm_medium=link&utm_campaign=navbar_link'
4444
}
4545
],
4646
search: {

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module.exports = {
5252
}),
5353
boxShadow: {
5454
nuxt: '0px 0px 8px rgba(0, 0, 0, 0.101562)',
55-
reverse: '0 -2px 3px 0 rgba(0, 0, 0, 0.1), 0 -2px 2px 0 rgba(0, 0, 0, 0.06)',
55+
reverse: '0 -2px 4px 0 rgba(0, 0, 0, 0.05)',
5656
'inset-nuxt': 'inset 0px 0px 8px rgba(0, 0, 0, 0.101562)'
5757
},
5858
inset: {

0 commit comments

Comments
 (0)