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

mozilla / fx-private-relay / a0db9d4f-03a1-4a49-9e27-d63a03249638

pending completion
a0db9d4f-03a1-4a49-9e27-d63a03249638

push

circleci

web-flow
Merge pull request #3510 from mozilla/MPP-3132

MPP-3132 - Create a news item for S&P mailing list

1715 of 2589 branches covered (66.24%)

Branch coverage included in aggregate %.

5604 of 7486 relevant lines covered (74.86%)

18.59 hits per line

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

0.0
/frontend/src/components/landing/carousel/ContentTextOnly.tsx
1
import { ReactNode } from "react";
2
import styles from "./ContentTextOnly.module.scss";
×
3

4
export type Props = {
5
  heading: string;
6
  body: ReactNode;
7
};
8

9
export const CarouselContentTextOnly = (props: Props) => {
×
10
  return (
11
    <div className={styles.wrapper}>
12
      <div className={styles.heading}>{props.heading}</div>
13
      <div className={styles.body}>{props.body}</div>
14
    </div>
15
  );
16
};
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