Skip to content

Commit

Permalink
updated padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Jikugodwill committed Aug 27, 2024
1 parent 911794d commit faeeabf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/Mintbase/widget/Mintbase/App/LaunchPad/Contracts.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ const cardsData = [
},
{
icon: documentSvg,
buttonName: "Deploy NFT Contract",
buttonName: "Deploy NFT Store",
learnLink:
"https://docs.mintbase.xyz/creator/creating-nfts/deploy-contract",
},
Expand Down Expand Up @@ -305,7 +305,7 @@ const Contracts = () => {
{!stores.length && !isHome && (
<div
className="text-center mx-auto mt-100"
style={{ padding: "200px 0" }}
style={{ padding: "50px 0" }}
>
<div className="d-flex flex-column align-items-center gap-4 create-area">
<div>
Expand Down

0 comments on commit faeeabf

Please sign in to comment.