✏ Fix typos

This commit is contained in:
Aj - Thomas
2022-05-16 12:38:46 +02:00
committed by ajnart
parent 509873db55
commit e786b1e44f
2 changed files with 18 additions and 17 deletions

View File

@@ -74,8 +74,8 @@ function SettingsMenu(props: any) {
/>
{searchUrl === 'Custom' && (
<TextInput
label="Querry URL"
placeholder="Custom querry url"
label="Query URL"
placeholder="Custom query url"
value={customSearchUrl}
onChange={(event) => {
setCustomSearchUrl(event.currentTarget.value);
@@ -142,7 +142,8 @@ export function SettingsMenuButton(props: any) {
return (
<>
<Modal
size="md"
size="xl"
radius="md"
title={<Title order={3}>Settings</Title>}
opened={props.opened || opened}
onClose={() => setOpened(false)}