Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

154
Views
how do i fix space not working in classNames?

i am using icons from fontawesome and classNames with space in it, are not working ??

<nav className="navbar">
    <div className="navbar-container">
        <Link to="/" className="navbar-logo">
            MRN <i calssName='fab fa-typo3'/>
            <div className="menu-icon">
            </div>
        </Link>
    </div>
  </nav>
about 4 years ago · Santiago Gelvez
3 answers
Answer question

0

The Icons from awesomefont should be like this

<\i>

about 4 years ago · Santiago Gelvez Report

0

when selecting font-awesome classes in css, you only need one of the two class names; fab or fa-typo3. so if you're using only one icon in your entire page, do this:

.fab{ color: #fff; }

and if you have multiple icons, be more specific:

.fa-typo3{ color: #fff; } }

about 4 years ago · Santiago Gelvez Report

0

<nav className="navbar">
    <div className="navbar-container">
        <Link to="/" className="navbar-logo">
            MRN <i className='fab fa-typo3'/>
            <div className="menu-icon">
            </div>
        </Link>
    </div>
  </nav>
about 4 years ago · Santiago Gelvez Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!