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

Yoast / wordpress-seo / 753e7a98dff748c02c018e9bec6f2426f7855f02

28 Apr 2026 12:49PM UTC coverage: 56.583%. First build
753e7a98dff748c02c018e9bec6f2426f7855f02

Pull #23205

github

web-flow
Merge pull request #23198 from Yoast/1175-fix-spark-notification-position

1175 fix spark notification position
Pull Request #23205: Feature/content planner

9189 of 16931 branches covered (54.27%)

Branch coverage included in aggregate %.

341 of 604 new or added lines in 53 files covered. (56.46%)

15580 of 26844 relevant lines covered (58.04%)

112053.57 hits per line

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

0.0
/packages/js/src/components/EditorIntro.js
1
import { ReactComponent as Yoast } from "../../images/yoast.svg";
2
import { __ } from "@wordpress/i18n";
3

4
/**
5
 * The introduction component for the editor.
6
 *
7
 * @param {Object} props The component props.
8
 * @param {boolean} props.withPromptForContentSuggestions Whether to show the prompt for content suggestions.
9
 * @param {string} props.children The children to render inside the component.
10
 * @returns {JSX.Element} The editor introduction component.
11
 */
NEW
12
export const EditorIntro = ( { withPromptForContentSuggestions, children } ) => {
×
NEW
13
        return <div className="yst-px-4 yst-pt-4">
×
14
                <Yoast className="yst-w-14" />
15
                { children }
16
                <p className="yst-text-slate-600 yst-mb-0 yst-mt-3">
17
                        { withPromptForContentSuggestions ? __( "Optimize your content for discovery or get new content suggestions.", "wordpress-seo" )
×
18
                                : __( "Optimize your content for discovery.", "wordpress-seo" ) }
19
                </p>
20
        </div>;
21
};
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

© 2026 Coveralls, Inc