Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Corrected syntax errors and removed duplicate properties. #101

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

cypherpepe
Copy link

styles.css

  • Fixed syntax errors, including the removal of extra semicolons (;;), to prevent potential issues in style processing.
  • Removed duplicate border-radius properties in .wallet-progress-stepper classes to avoid conflicts and ensure style consistency.

page.tsx

  • Removed unnecessary spaces in closing JSX tags (e.g., </ EclipseWalletContext.Provider> → </EclipseWalletContext.Provider>), eliminating syntax errors.
  • Removed duplicate flex class in the className attribute to improve readability and prevent redundant style application.
  • Added missing semicolons in import statements to maintain consistent coding style.

- Removed the extra semicolon (`;;`) in the `.deposit-container` class.
- Eliminated the duplicate `width: 100%` property in the `.amount-input` class to prevent potential styling conflicts.
The "flex" class is specified twice ("flex items-center text-white flex flex-col justify-between"), which is redundant
Copy link

vercel bot commented Oct 30, 2024

@cypherpepe is attempting to deploy a commit to the Eclipse Labs Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant