• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

nilfalse / ctf / 4254833575

pending completion
4254833575

Pull #269

github

GitHub
Merge 776387664 into f03cdd64f
Pull Request #269: Upgrade all of jest: 27.5.1 → 29.4.3 (major)

0 of 266 branches covered (0.0%)

Branch coverage included in aggregate %.

0 of 613 relevant lines covered (0.0%)

0.0 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/packages/landing/src/logo.tsx
1
import { FC } from 'react';
2

3
import logo from './logo_icon.svg';
4
import text from './logo_text.svg';
5

6
import './logo.css';
7

8
export const Logo: FC = ({ children }) => {
×
9
  return (
×
10
    <div className="logo">
11
      <img
12
        src={logo}
13
        alt="Logo"
14
        className="logo__image"
15
        width="32px"
16
        height="32px"
17
      />
18
      <span className="logo__wrapper">
19
        <img
20
          src={text}
21
          alt="Capture The Flag"
22
          className="logo__text"
23
          width="140px"
24
          height="17px"
25
        />
26

27
        <span className="logo__aux">{children}</span>
28
      </span>
29
    </div>
30
  );
31
};
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc