Skip to content

Commit b399331

Browse files
authored
fix: webhook delete dialog spacing and typo (supabase#36445)
* Add space between words and fix typo * pnpm format
1 parent 4f85284 commit b399331

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

apps/studio/components/interfaces/Database/Hooks/DeleteHookModal.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ const DeleteHookModal = ({ selectedHook, visible, onClose }: DeleteHookModalProp
5353
confirmString={name || ''}
5454
text={
5555
<>
56-
This will delete the webhook
57-
<span className="text-bold text-foreground">{name}</span> rom the schema
58-
<span className="text-bold text-foreground">{schema}</span>
56+
This will delete the webhook <span className="text-bold text-foreground">{name}</span>{' '}
57+
from the schema <span className="text-bold text-foreground">{schema}</span>
5958
</>
6059
}
6160
alert={{ title: 'You cannot recover this webhook once deleted.' }}

0 commit comments

Comments
 (0)