Skip to content

Commit

Permalink
fix: Search fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcadoo committed Oct 24, 2024
1 parent 9e49790 commit 5894d04
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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.3",
"@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 Expand Up @@ -237,4 +237,4 @@
"bugs": {
"url": "https://github.com/newrelic/docs-website/issues"
}
}
}
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].3":
version "9.10.3"
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-9.10.3.tgz#bfd66da5dd0e2ff7b0a2a2bf20875bf81de5009a"
integrity sha512-2XeVjjIb9HOJCLWB2ujaXjr1H2BuAelPBtcebrI2cgehQpJUrdrA6yPXZvzxVWpLSfXIF6bO61sRnmD/Ldw9fg==
"@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 5894d04

Please sign in to comment.