Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #990

Merged
merged 4 commits into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ New Relic hosts and moderates an online forum where customers can interact with
New Relic employees as well as other customers to get help and share best
practices. Like all official New Relic open source projects, there's a related
[Community topic](https://discuss.newrelic.com/t/announcing-a-new-relic-gatsby-site-theme/109814)
in the New Relic Explorers Hub.
in the New Relic Support Forum.

## Contributing

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const NoResults = () => (
`}
>
Try searching for different keywords or start a conversation on our{' '}
<Link to="https://discuss.newrelic.com/">Explorers Hub</Link>.
<Link to="https://discuss.newrelic.com/">Support Forum</Link>.
</p>
</div>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Walkthrough = ({ className, children }) => {

display: flex;
flex-direction: column;
padding: 1rem 0;
padding: 1rem;

@media screen and (max-width: 1000px) {
grid-template-columns: 100%;
Expand Down
Loading