Skip to content

Commit

Permalink
Update DeleteServerBox.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kokofixcomputers authored Oct 30, 2024
1 parent 0f383ee commit 635f7cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default () => {
{name !== serverName && (
<>
<p className={'my-2 text-gray-400'}>
Type <Code>{serverName}</Code> below.
Type <Code>{serverName}</Code> below to confirm you <strong className={'font-medium'}>REALLY</strong> want to delete this server.

Check failure on line 67 in resources/scripts/components/server/settings/DeleteServerBox.tsx

View workflow job for this annotation

GitHub Actions / TypeScript

Insert `{'·'}⏎·······························`
</p>
<Input type={'text'} value={name} onChange={(n) => setName(n.target.value)} />
</>
Expand Down

0 comments on commit 635f7cc

Please sign in to comment.