This repository was archived by the owner on Apr 7, 2025. It is now read-only.
File tree 5 files changed +72
-1
lines changed
pages/__tests__/__snapshots__
templates/__tests__/__snapshots__
5 files changed +72
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import { startCase } from 'lodash';
4
4
import Image from './Image' ;
5
5
6
6
import * as styles from './PageHeading.module.scss' ;
7
- import withDarkMode from './withDarkMode' ;
8
7
9
8
const PageHeading = ( props ) => {
10
9
const { project } = props ;
Original file line number Diff line number Diff line change @@ -1333,6 +1333,16 @@ exports[`Data Collection Agents Page Renders correctly 1`] = `
1333
1333
<main
1334
1334
className = " emotion-101"
1335
1335
>
1336
+ <div
1337
+ className = " undefined
1338
+ "
1339
+ >
1340
+ <h1 >
1341
+ New Relic Agents
1342
+ </h1 >
1343
+
1344
+
1345
+ </div >
1336
1346
<div >
1337
1347
<header >
1338
1348
<h4 >
Original file line number Diff line number Diff line change @@ -1333,6 +1333,18 @@ exports[`External Projects Page Renders correctly 1`] = `
1333
1333
<main
1334
1334
className = " emotion-101"
1335
1335
>
1336
+ <div
1337
+ className = " undefined
1338
+ "
1339
+ >
1340
+ <h1 >
1341
+ Projects we support
1342
+ </h1 >
1343
+ <p >
1344
+ Making it easier for everyone to instrument everything and build better software together.
1345
+ </p >
1346
+
1347
+ </div >
1336
1348
<div />
1337
1349
</main >
1338
1350
<footer
Original file line number Diff line number Diff line change @@ -1336,6 +1336,18 @@ exports[`OSS Category Page Renders correctly 1`] = `
1336
1336
<main
1337
1337
className = " emotion-102"
1338
1338
>
1339
+ <div
1340
+ className = " undefined
1341
+ "
1342
+ >
1343
+ <h1 >
1344
+ New Relic Open Source Categories
1345
+ </h1 >
1346
+ <p >
1347
+ Every public repository in the New Relic and New Relic Experimental GitHub organizations leverages one of the following categories
1348
+ </p >
1349
+
1350
+ </div >
1339
1351
<div
1340
1352
className = " primary-content"
1341
1353
>
Original file line number Diff line number Diff line change @@ -1411,6 +1411,25 @@ exports[`Adopt OpenJDK Renders correctly 1`] = `
1411
1411
<main
1412
1412
className = " emotion-107"
1413
1413
>
1414
+ <div
1415
+ className = " undefined undefined undefined
1416
+ "
1417
+ >
1418
+ <div >
1419
+ <img
1420
+ alt = " Icon for Adopt OpenJDK"
1421
+ onError = { [Function ]}
1422
+ src = " ../images/adopt-open-jdk-icon.jpg"
1423
+ />
1424
+ </div >
1425
+ <h1 >
1426
+ Adopt OpenJDK
1427
+ </h1 >
1428
+ <p >
1429
+ The Community and code behind the Build Farm which produces high quality, FREE OpenJDK (Java) binaries.
1430
+ </p >
1431
+
1432
+ </div >
1414
1433
<div
1415
1434
className = " primary-content"
1416
1435
>
@@ -2993,6 +3012,25 @@ exports[`Open Telemetry Page Renders correctly 1`] = `
2993
3012
<main
2994
3013
className = " emotion-107"
2995
3014
>
3015
+ <div
3016
+ className = " undefined undefined undefined
3017
+ "
3018
+ >
3019
+ <div >
3020
+ <img
3021
+ alt = " Icon for Adopt OpenJDK"
3022
+ onError = { [Function ]}
3023
+ src = " ../images/adopt-open-jdk-icon.jpg"
3024
+ />
3025
+ </div >
3026
+ <h1 >
3027
+ Adopt OpenJDK
3028
+ </h1 >
3029
+ <p >
3030
+ The Community and code behind the Build Farm which produces high quality, FREE OpenJDK (Java) binaries.
3031
+ </p >
3032
+
3033
+ </div >
2996
3034
<div
2997
3035
className = " primary-content"
2998
3036
>
You can’t perform that action at this time.
0 commit comments