File manager - Edit - /home/premiey/www/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/components/logo/index.js
Back
import React from 'react'; import { Logo as SiteLogo } from '@brainstormforce/starter-templates-components'; import { __ } from '@wordpress/i18n'; import './style.scss'; import { whiteLabelEnabled, getWhileLabelName } from '../../utils/functions'; const { imageDir } = starterTemplates; const Logo = () => { return ( <div className="branding-wrap"> { whiteLabelEnabled() ? ( <h3>{ getWhileLabelName() }</h3> ) : ( <SiteLogo className="ist-logo" src={ `${ imageDir }logo.svg` } alt={ __( 'Starter Templates', 'astra-sites' ) } href={ astraSitesVars.st_page_url } /> ) } </div> ); }; export default Logo;
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings