Skip to content

Commit

Permalink
Merge pull request #19063 from newrelic/clark/search-fixes
Browse files Browse the repository at this point in the history
fix: Search fixes
  • Loading branch information
clarkmcadoo authored Oct 24, 2024
2 parents 4ca7497 + bce0c1b commit 0ab02cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@emotion/styled": "^11.3.0",
"@mdx-js/mdx": "2.0.0-next.8",
"@mdx-js/react": "2.0.0-next.8",
"@newrelic/gatsby-theme-newrelic": "9.10.4",
"@newrelic/gatsby-theme-newrelic": "9.10.5",
"@splitsoftware/splitio-react": "^1.2.4",
"ansi-colors": "^4.1.3",
"cockatiel": "^3.0.0-beta.0",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/search-results.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ const Result = ({ result }) => {
color: #00ac69;
font-style: normal;
}
margin-bottom: 1rem;
margin-bottom: 2rem;
box-shadow: none;
color: var(--primary-font-color);
&:hover {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3616,10 +3616,10 @@
eslint-plugin-promise "^4.2.1"
eslint-plugin-react "^7.14.3"

"@newrelic/[email protected].4":
version "9.10.4"
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-9.10.4.tgz#98862253d31465c0a51806288f7da98415d35c57"
integrity sha512-/WVfjez7/C/0H1tb4r8IQluqiGT6kFOpLUV9DaN51PxJopM9pclpQdCwmEZ8LF0+wX8ed4TX+ZrnsoDq5F1GYg==
"@newrelic/[email protected].5":
version "9.10.5"
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-9.10.5.tgz#ef82ba58fde45e778bdc84488ff161f6c5fd1a36"
integrity sha512-95GD/fWH/i6hYjY89+n9LTtPIE+Cf505tWtCbIjKRZ82szsDtr+nghDbh6anc1M3iK89VYHF6FY15LkuDvGB7g==
dependencies:
"@segment/analytics-next" "1.63.0"
"@wry/equality" "^0.4.0"
Expand Down

0 comments on commit 0ab02cf

Please sign in to comment.