Skip to content

Commit 390686d

Browse files
committed
fix: update default search engine from ChatGPT to Google
1 parent 07441e9 commit 390686d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/preferences.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export const useUserPreferences = create(
129129
theme: 'dark',
130130
onboardingCompleted: false,
131131
onboardingResult: null,
132-
searchEngine: 'chatgpt',
132+
searchEngine: 'google',
133133
searchEngines: [
134134
{
135135
label: 'Google',

0 commit comments

Comments
 (0)