Skip to content

Commit

Permalink
fix: remove learnmore button
Browse files Browse the repository at this point in the history
  • Loading branch information
patthapolkit committed Oct 4, 2024
1 parent 206aee7 commit d048107
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Home/BlockchainInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ const BlockchainInfo = () => {
that securely records transactions across many computers in a way
that ensures the data cannot be altered.
</p>
<div className="mt-5 flex justify-center hover:scale-105 duration-300">
{/* <div className="mt-5 flex justify-center hover:scale-105 duration-300">
<Link href={`learnmore`}>
<LearnMore />
</Link>
</div>
</div> */}
</div>
</Container>

Expand All @@ -54,11 +54,11 @@ const BlockchainInfo = () => {
<span className="text-pink-500">decentralized</span> networks based
on <span className="text-pink-500">blockchain technology.</span>
</p>
<div className="mt-5 flex justify-center hover:scale-105 duration-300">
{/* <div className="mt-5 flex justify-center hover:scale-105 duration-300">
<Link href={`learnmore`}>
<LearnMore />
</Link>
</div>
</div> */}
</div>
<div className="flex flex-col justify-center items-center">
<div className="relative w-full aspect-video">
Expand Down

0 comments on commit d048107

Please sign in to comment.