fix(client): added `.text-center` to modal title (#46022)

pull/46030/head
Muhammed Mustafa 2022-05-17 22:38:32 +02:00 committed by GitHub
parent 301c2a598a
commit ac027b0447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ function TimelineInner({
show={solutionOpen}
>
<Modal.Header closeButton={true}>
<Modal.Title id='contained-modal-title'>
<Modal.Title id='contained-modal-title' className='text-center'>
{`${username}'s Solution to ${
idToNameMap.get(id)?.challengeTitle ?? ''
}`}