File tree 5 files changed +9
-30
lines changed
5 files changed +9
-30
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ export default function Page() {
124
124
</ InfiniteMovingSpeakers >
125
125
126
126
< div className = "mt-14 flex gap-4" >
127
- < Button href = "/conf/2024/speakers" > See all Speakers </ Button >
127
+ < Button href = "/conf/2024/speakers" > See all speakers </ Button >
128
128
</ div >
129
129
130
130
< div className = "mt-16" >
@@ -152,7 +152,7 @@ export default function Page() {
152
152
</ div >
153
153
154
154
< div className = "mt-14 flex gap-4" >
155
- < Button href = "/conf/2024/speakers " > View full schedule</ Button >
155
+ < Button href = "/conf/2024/schedule " > View full schedule</ Button >
156
156
</ div >
157
157
</ div >
158
158
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ function List({
56
56
className = { clsx (
57
57
"relative shrink-0 bg-[#251f30] rounded-md" ,
58
58
"flex justify-center" ,
59
+ "items-center" , // fix vertical align in Safari/iOS
59
60
"border border-solid border-transparent hover:border-primary focus:border-primary" ,
60
61
"transition-colors" ,
61
62
"hover:shadow-primary/20 focus:shadow-primary/20 shadow-md outline-none" ,
@@ -69,7 +70,7 @@ function List({
69
70
< NextImage
70
71
alt = { `${ name } logo` }
71
72
src = { icon }
72
- className = "h -auto lg:max-w-60 shrink "
73
+ className = "lg:w -auto lg:max-w-60 max-h-full "
73
74
/>
74
75
< span className = "font-sans absolute right-5 top-5 leading-none text-white lg:text-2xl" >
75
76
↗
You can’t perform that action at this time.
0 commit comments