Skip to content

Commit b3709d9

Browse files
committed
chore: update banner
1 parent 117efa8 commit b3709d9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/app/app.vue

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,23 @@ const links = computed(() => [
9999

100100
<template>
101101
<UApp>
102+
<UBanner
103+
id="nuxtlabs-joins-vercel"
104+
title="NuxtLabs is joining Vercel"
105+
icon="i-simple-icons-vercel"
106+
to="https://nuxtlabs.com/?utm_source=nuxthub&utm_medium=banner&utm_campaign=nuxtlabs-vercel"
107+
close
108+
:actions="[
109+
{
110+
label: 'Read the announcement',
111+
color: 'neutral',
112+
variant: 'outline',
113+
trailingIcon: 'i-lucide-arrow-right',
114+
to: 'https://nuxtlabs.com/?utm_source=nuxthub&utm_medium=banner&utm_campaign=nuxtlabs-vercel'
115+
}
116+
]"
117+
/>
118+
102119
<AppHeader />
103120
<UMain class="relative">
104121
<HeroBackground

0 commit comments

Comments
 (0)