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

GH-2213: Step 3 - Fix setting ghostery as default search #679

Merged
merged 4 commits into from Feb 5, 2021
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Fix ghostery svg

  • Loading branch information
benstrumeyer committed Feb 5, 2021
commit 725051367ac33fcf33351fd12d0b0f614f3759c4
@@ -240,7 +240,7 @@ class ChooseDefaultSearchView extends Component {
renderOptionContainer = (chosenSearch, optionName) => {
const selected = (chosenSearch === optionName);
const containerClasses = ClassNames('ChooseSearchView__optionContainer', { selected });
const logoFilename = `/app/images/hub/ChooseDefaultSearchView/search-engine-logo-${optionName.toLocaleLowerCase()}.svg`;
const logoFilename = `/app/images/hub/ChooseDefaultSearchView/search-engine-logo-${optionName.toLocaleLowerCase().replace(' ', '')}.svg`;

return (
<div
ProTip! Use n and p to navigate between commits in a pull request.