Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kokofixcomputers committed Oct 30, 2024
1 parent 635f7cc commit 6f3b000
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ export default () => {
{name !== serverName && (
<>
<p className={'my-2 text-gray-400'}>
Type <Code>{serverName}</Code> below to confirm you <strong className={'font-medium'}>REALLY</strong> want to delete this server.
Type <Code>{serverName}</Code> below to confirm you{' '}
<strong className={'font-medium'}>REALLY</strong> want to delete this server.
</p>
<Input type={'text'} value={name} onChange={(n) => setName(n.target.value)} />
</>
Expand Down

0 comments on commit 6f3b000

Please sign in to comment.