Skip to content

Commit

Permalink
Merge pull request #15 from CUBS-sources-code/khunfloat/cubs-14-fix-s…
Browse files Browse the repository at this point in the history
…peaker-section

fix: delete speaker session
  • Loading branch information
khunfloat authored Oct 6, 2024
2 parents 06135c3 + f5ba8a7 commit ba6eaa7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/components/Home/Blockathon.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import SpeakerBox from "./SpeakerBox";
import FlareComponent from "./FlareComponent";
import ReadMore from "./ReadMore";

import Link from "next/link";
import Container from "../Common/Container";

const Blockathon = () => {
Expand Down Expand Up @@ -33,7 +30,7 @@ const Blockathon = () => {
</p>
</div>

<div className="space-y-8">
{/* <div className="space-y-8">
<div className="flex flex-col justify-center items-center">
<h2 className="text-4xl font-bold text-center bg-gradient-to-r from-[#EE0099] to-[#00D4FF] bg-clip-text text-transparent">
Speaker
Expand Down Expand Up @@ -62,7 +59,7 @@ const Blockathon = () => {
<ReadMore />
</Link>
</div>
</div>
</div> */}
</Container>
</div>
);
Expand Down

0 comments on commit ba6eaa7

Please sign in to comment.