We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d27efd commit 69b13c1Copy full SHA for 69b13c1
app/src/main/java/com/duckduckgo/app/onboarding/store/OnboardingStoreImpl.kt
@@ -85,7 +85,7 @@ class OnboardingStoreImpl @Inject constructor(
85
86
"GB" -> {
87
site1 = "skysports.com "
88
- site2 = "uk.yahho.com"
+ site2 = "uk.yahoo.com"
89
site3 = "ebay.com"
90
site4Query = "britannica.com/animal/duck"
91
}
@@ -127,7 +127,7 @@ class OnboardingStoreImpl @Inject constructor(
127
128
"IE" -> {
129
site1 = "skysports.com"
130
131
132
133
0 commit comments