Skip to content

Commit 0dd92fe

Browse files
committed
chore: tidy up layout
1 parent 941c912 commit 0dd92fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui/views/RepoDetails/Components/ConfirmDeleteRepo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ const ConfirmDeleteRepo: React.FC<ConfirmDeleteRepoProps> = ({
3636
<DialogTitle>Delete Repository</DialogTitle>
3737
<DialogContent>
3838
<DialogContentText>
39-
This action cannot be undone. This will permanently delete the repository{' '}
40-
<strong>{repoName}</strong> repository.
39+
This action cannot be undone. This will permanently delete the <strong>{repoName}</strong>{' '}
40+
repository.
4141
</DialogContentText>
4242
<DialogContentText style={{ marginTop: '16px', marginBottom: '8px' }}>
4343
Please type <strong>{repoName}</strong> to confirm:

0 commit comments

Comments
 (0)