Skip to content

Commit

Permalink
Update ARC19MintTool.jsx
Browse files Browse the repository at this point in the history
Colors
  • Loading branch information
LoafPickleWW authored Jul 8, 2024
1 parent da3a3ae commit 1fe2a8c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pages/ARC19MintTool.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -231,19 +231,19 @@ export function ARC19MintTool() {
{/* 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-primary-green transition"
className="hover:text-black transition"
href="https://loafpickle.medium.com/mass-arc3-19-mint-tool-742b2a595a60"
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-primary-green transition"
className="hover:text-black transition"
href="https://docs.google.com/spreadsheets/d/1rN4QEcuiXhsh7j6AsAoAe530pdsl2HW0QBHrbIwC6p8/edit?usp=sharing"
target="_blank"
rel="noopener noreferrer"
Expand Down Expand Up @@ -308,7 +308,7 @@ export function ARC19MintTool() {
<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 @@ -332,7 +332,7 @@ export function ARC19MintTool() {
{!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={
assetTransactions.length > 0
? sendTransactions
Expand Down

0 comments on commit 1fe2a8c

Please sign in to comment.