Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/leadin/scripts/shared/Common
File: HubspotWrapper.ts
import { styled } from '@linaria/react';
[0] Fix | Delete
[1] Fix | Delete
interface IHubspotWrapperProps {
[2] Fix | Delete
pluginPath: string;
[3] Fix | Delete
padding?: string;
[4] Fix | Delete
}
[5] Fix | Delete
[6] Fix | Delete
export default styled.div<IHubspotWrapperProps>`
[7] Fix | Delete
background-image: ${props =>
[8] Fix | Delete
`url(${props.pluginPath}/public/assets/images/hubspot.svg)`};
[9] Fix | Delete
background-color: #f5f8fa;
[10] Fix | Delete
background-repeat: no-repeat;
[11] Fix | Delete
background-position: center 25px;
[12] Fix | Delete
background-size: 120px;
[13] Fix | Delete
color: #33475b;
[14] Fix | Delete
font-family: 'Lexend Deca', Helvetica, Arial, sans-serif;
[15] Fix | Delete
font-size: 14px;
[16] Fix | Delete
[17] Fix | Delete
padding: ${(props: any) => props.padding || '90px 20% 25px'};
[18] Fix | Delete
[19] Fix | Delete
p {
[20] Fix | Delete
font-size: inherit !important;
[21] Fix | Delete
line-height: 24px;
[22] Fix | Delete
margin: 4px 0;
[23] Fix | Delete
}
[24] Fix | Delete
`;
[25] Fix | Delete
[26] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function