Skip to content

Commit

Permalink
Update BatchCollectionMint.jsx
Browse files Browse the repository at this point in the history
Colors
  • Loading branch information
LoafPickleWW authored Jul 8, 2024
1 parent e90735a commit da3a3ae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pages/BatchCollectionMint.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,19 +176,19 @@ export function BatchCollectionMint() {
{/* mnemonic */}
<InfinityModeComponent mnemonic={mnemonic} setMnemonic={setMnemonic} />
{/* end mnemonic */}
<button className="text-center text-lg text-pink-200 mt-2 bg-pink-700 px-4 py-2 rounded">
<button className="text-center text-lg text-black mt-2 bg-primary-green px-4 py-2 rounded">
<a
className="hover:text-pink-400 transition"
className="hover:text-black transition"
href="https://loafpickle.medium.com/evil-tools-mass-mint-tool-d06b8fc054b1"
target="_blank"
rel="noopener noreferrer"
>
CHECK GUIDE HERE
</a>
</button>
<button className="text-center text-lg text-pink-200 mt-2 bg-pink-700 px-4 py-2 rounded">
<button className="text-center text-lg text-black mt-2 bg-primary-green px-4 py-2 rounded">
<a
className="hover:text-pink-400 transition"
className="hover:text-black transition"
href="https://docs.google.com/spreadsheets/d/19gVmGo-2mq5Adpf8NmD4bQbMxM7-r9INUGu0L4qQO1c/edit?usp=sharing"
target="_blank"
rel="noopener noreferrer"
Expand Down Expand Up @@ -233,7 +233,7 @@ export function BatchCollectionMint() {
<div className="flex flex-col justify-center items-center w-[16rem]">
{isTransactionsFinished ? (
<>
<p className="pt-4 text-green-500 animate-pulse text-sm">
<p className="pt-4 text-primary-green animate-pulse text-sm">
All transactions completed!
<br />
</p>
Expand All @@ -256,7 +256,7 @@ export function BatchCollectionMint() {
{!txSendingInProgress ? (
<button
id="approve-send"
className="mb-2 bg-green-500 hover:bg-green-700 text-black text-base font-semibold rounded py-2 w-fit px-2 mx-auto mt-1 hover:scale-95 duration-700"
className="mb-2 bg-primary-green hover:bg-green-700 text-black text-base font-semibold rounded py-2 w-fit px-2 mx-auto mt-1 hover:scale-95 duration-700"
onClick={handleFileData}
>
Approve & Send
Expand Down

0 comments on commit da3a3ae

Please sign in to comment.