INNER CODE UNIT · JavaScript

HeroBanner

open-policy-agent/gatekeeper · website/src/pages/index.js:10

function HeroBanner() {
  return (
    <div className={styles.hero} data-theme="dark">
      <div className={styles.heroInner}>
        <Heading as="h1" className={styles.heroProjectTagline}>
          <span
            className={styles.heroTitleTextHtml}
            // eslint-disable-next-line react/no-danger
            dangerouslySetInnerHTML={{
              __html: translate({
                id: 'homepage.hero.title',
                message:
                  'A customizable cloud native policy controller that helps <b>enforce policies and strengthen governance</b>',
                description:
                  'A customizable cloud native policy controller that helps enforce policies and strengthen governance',
              }),
            }}
          />

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…