Skip to content

Commit 572af0b

Browse files
authored
chore: some updates (#203)
1 parent 4f0b1ab commit 572af0b

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

apps/webinar/app/components/Footer.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
const items = ref([
3636
{
3737
to: 'mailto:franshiza@sushi-love.com',
38+
target: '_blank',
3839
label: 'franshiza@sushi-love.com',
3940
icon: 'i-lucide-mail',
4041
},

apps/webinar/app/components/Hero.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
id="hero"
44
orientation="horizontal"
55
:ui="{
6-
container: 'lg:pt-24',
6+
container: 'pt-0 lg:pt-24',
77
body: 'flex flex-col gap-3.5',
88
}"
99
>

apps/webinar/app/components/SocialButtons.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
v-for="item in items"
55
:key="item.to"
66
:to="item.to"
7+
target="_blank"
78
size="xl"
89
color="neutral"
910
variant="ghost"
@@ -15,7 +16,7 @@
1516
<script setup lang="ts">
1617
const items = ref([
1718
{
18-
to: 'https://t.me/SLFranchiseBot',
19+
to: 'https://t.me/franshizasushi',
1920
icon: 'simple-icons:telegram',
2021
},
2122
{

apps/webinar/app/components/WillKnow.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
orientation="horizontal"
77
:features="secondSectionItems"
88
:ui="{
9-
container: 'lg:pt-0',
9+
container: 'pt-0 lg:pt-0',
1010
}"
1111
>
1212
<div

0 commit comments

Comments
 (0)