File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/app/conf/2025/components/top-minds Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -50,19 +50,22 @@ export default function TopMindsSection({
50
50
src = { kamilKisiela }
51
51
linkedin = "kamilkisiela"
52
52
twitter = "kamilkisiela"
53
+ className = "[@media(744px<=width<=907px)]:first-of-type:border-l-0"
53
54
/>
54
55
< SpeakerCard
55
56
name = "Rajeev Rajan"
56
57
title = "Atlassian — CTO"
57
58
src = { rajeevRajan }
58
59
linkedin = "rajeev-rajan"
60
+ className = "[@media(744px<=width<=907px)]:border-l"
59
61
/>
60
62
< SpeakerCard
61
63
name = "Tenmai Gopal"
62
64
title = "Hasura — CEO & Co-Founder"
63
65
src = { tenmaiGopal }
64
66
twitter = "tanmaigo"
65
67
linkedin = "tanmaig"
68
+ className = "[@media(width<744px)]:border-l"
66
69
/>
67
70
< div className = "mt-6 flex grow basis-[content] items-end justify-stretch pl-6 max-lg:w-full sm:justify-end" >
68
71
< Button variant = "secondary" > View all speakers</ Button >
You can’t perform that action at this time.
0 commit comments