Skip to content

Commit

Permalink
fix: more button labels
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Jan 7, 2025
1 parent 9966e53 commit 991323f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/factory/forms/ConfirmationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export default function ConfirmationForm({
onClick={prevStep}
className="btn btn-neutral dark:text-white text-black w-[calc(50%-12px)]"
>
Edit Token Metadata
Back: Token Metadata
</button>
<button
onClick={handleConfirm}
Expand Down
2 changes: 1 addition & 1 deletion components/factory/forms/TokenDetailsForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default function TokenDetails({
onClick={prevStep}
className="btn btn-neutral dark:text-white text-black py-2.5 sm:py-3.5 w-[calc(50%-12px)]"
>
Previous
Back: Create Denom
</button>
<button
className="w-[calc(50%-12px)] btn px-5 py-2.5 sm:py-3.5 btn-gradient text-white disabled:text-black"
Expand Down

0 comments on commit 991323f

Please sign in to comment.