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({
5050 src = { kamilKisiela }
5151 linkedin = "kamilkisiela"
5252 twitter = "kamilkisiela"
53+ className = "[@media(744px<=width<=907px)]:first-of-type:border-l-0"
5354 />
5455 < SpeakerCard
5556 name = "Rajeev Rajan"
5657 title = "Atlassian — CTO"
5758 src = { rajeevRajan }
5859 linkedin = "rajeev-rajan"
60+ className = "[@media(744px<=width<=907px)]:border-l"
5961 />
6062 < SpeakerCard
6163 name = "Tenmai Gopal"
6264 title = "Hasura — CEO & Co-Founder"
6365 src = { tenmaiGopal }
6466 twitter = "tanmaigo"
6567 linkedin = "tanmaig"
68+ className = "[@media(width<744px)]:border-l"
6669 />
6770 < div className = "mt-6 flex grow basis-[content] items-end justify-stretch pl-6 max-lg:w-full sm:justify-end" >
6871 < Button variant = "secondary" > View all speakers</ Button >
You can’t perform that action at this time.
0 commit comments