mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
Fixed linting issue
This commit is contained in:
parent
279a734f68
commit
c88926d365
@ -20,7 +20,7 @@ export const FormView: React.FC<FormProps & {
|
||||
data-testid="wrapper"
|
||||
style={{backgroundColor, color: backgroundColor && textColorForBackgroundColor(backgroundColor)}}
|
||||
>
|
||||
{logo && <img alt={title} src={logo} className='h-[50px] w-auto'/>}
|
||||
{logo && <img alt={title} className='h-[50px] w-auto' src={logo}/>}
|
||||
{title && <h1 className="text-center text-lg font-bold sm:text-xl md:text-2xl lg:text-3xl">{title}</h1>}
|
||||
{description && <p className='mb-5 text-center'>{description}</p>}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user