File tree Expand file tree Collapse file tree
apps/webinar/app/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535const 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 },
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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"
1516<script setup lang="ts">
1617const items = ref ([
1718 {
18- to: ' https://t.me/SLFranchiseBot ' ,
19+ to: ' https://t.me/franshizasushi ' ,
1920 icon: ' simple-icons:telegram' ,
2021 },
2122 {
Original file line number Diff line number Diff line change 66 orientation =" horizontal"
77 :features =" secondSectionItems"
88 :ui =" {
9- container: 'lg:pt-0',
9+ container: 'pt-0 lg:pt-0',
1010 }"
1111 >
1212 <div
You can’t perform that action at this time.
0 commit comments