Skip to content

Commit

Permalink
Merge branch 'merge-pronunciation' into dev
Browse files Browse the repository at this point in the history
merge update from pr
  • Loading branch information
RealKai42 committed Feb 8, 2021
2 parents 817f5cf + 19d251e commit 5006fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function useSetPronunciationState(): [status: pronunciationType, setpronu

const defaultSettings: AppSettings = {
sound: true,
pronunciation: 'uk',
pronunciation: 'us',
}

export const AppSettingsProvider: React.FC<React.PropsWithChildren<{}>> = ({ children }) => {
Expand Down

0 comments on commit 5006fe9

Please sign in to comment.