Skip to content

Commit

Permalink
Merge pull request #23 from msgport/hidotmatrix/fix/#18
Browse files Browse the repository at this point in the history
Fixing Button Style
  • Loading branch information
boundless-forest authored May 15, 2024
2 parents cadad38 + 025962e commit 1d0510a
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions src/components/MsgportInterface.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,17 +95,21 @@ const MsgportInterface = () => {
</button>
);
})} */}
<a href="https://github.com/msgport/msgport-demo" target="_blank">
<a
href="https://github.com/msgport/msgport-demo"
target="_blank"
className="w-full"
>
<button className="flex items-center justify-center py-[0.563rem] lg:py-[1.063rem] bg-transparent border border-[#F2F3F5] rounded-[2.5rem] gap-[0.625rem] w-full hover:text-[#00D448] hover:border-[#00D448] text-white btnHover">
<span className="font-[600] text-[1rem] leading-[1.563rem] tracking-[0.063rem]">
Try it now
</span>
<img
src="/assets/icons/go.svg"
alt="goArrow"
className="w-[1.5rem] h-[1.5rem]"
/>
</button>
<span className="font-[600] text-[1rem] leading-[1.563rem] tracking-[0.063rem]">
Try it now
</span>
<img
src="/assets/icons/go.svg"
alt="goArrow"
className="w-[1.5rem] h-[1.5rem]"
/>
</button>
</a>
</div>
</Container>
Expand Down

0 comments on commit 1d0510a

Please sign in to comment.