File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed
packages/frontendmu-nuxt/components Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,15 @@ defineProps<{
7
7
8
8
<template >
9
9
<div v-if =" currentAlbum" class =" grid grid-cols-3 items-center h-full" >
10
- <NuxtImg v-for =" photo in currentAlbum" :key =" photo" :src =" `${source}/${photo}`" alt =" Album Photo" width =" 100"
11
- height =" 160" class =" object-cover w-full h-full block" loading =" lazy"
10
+ <NuxtImg
11
+ v-for =" photo in currentAlbum"
12
+ :key =" photo"
13
+ :src =" `${source}/${photo}`"
14
+ alt =" Album Photo"
15
+ width =" 242"
16
+ height =" 408"
17
+ class =" object-cover w-full h-full block"
18
+ loading =" lazy"
12
19
/>
13
20
</div >
14
21
</template >
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ function allSpeakersForEvent(event: Meetup) {
70
70
</div >
71
71
</CarouselItem >
72
72
</CarouselContent >
73
- <CarouselPrevious />
74
- <CarouselNext />
73
+ <CarouselPrevious class = " -left-[14px] xl:-left-[40px] " />
74
+ <CarouselNext class = " -right-[14px] xl:-right-[40px] " />
75
75
</Carousel >
76
76
</template >
Original file line number Diff line number Diff line change 20
20
{{ useAppConfig().description }}
21
21
</p >
22
22
<div class =" grid place-items-center md:place-items-start" >
23
- <NuxtLink href =" /meetups"
24
- class =" bg-verse-500 hover:bg-verse-600 transition-colors duration-200 text-md block w-48 rounded-full px-4 py-4 text-center font-medium text-white md:w-52 md:px-6 md:text-lg"
23
+ <NuxtLink
24
+ href =" /meetups"
25
+ class =" bg-verse-500 hover:bg-verse-600 transition-colors duration-200 text-md block w-48 rounded-full px-4 py-4 text-center font-medium text-white md:w-52 md:px-6 md:text-lg"
25
26
>
26
27
View all meetups
27
28
</NuxtLink >
You can’t perform that action at this time.
0 commit comments