Skip to content

Commit

Permalink
change speakers to workshops
Browse files Browse the repository at this point in the history
  • Loading branch information
atiqurx committed Mar 19, 2024
1 parent ae35c0d commit 66c1bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/homeComponents/HomeSpeakers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function HomeSpeakers(props: { keynoteSpeakers: KeynoteSpeaker[]
speakers.length != 0 && (
<section className=" overflow-x-auto min-h-[24rem]">
<div className="flex items-start justify-center font-bold md:p-12 p-12 md:text-4xl text-2xl my-4 text-complementary text-center bg-gradient-to-r from-violet-500 to-purple-400 bg-clip-text text-transparent">
Speakers
Workshops
</div>

<div className='sm:w-[90%] w-[85%] mx-auto p-4'>
Expand Down

0 comments on commit 66c1bb8

Please sign in to comment.