🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
mnt
/
web613
/
c2
/
38
/
570372438
/
htdocs
/
STRATO-apps
/
wordpress_02
/
app
/
wp-content
/
plugins
/
elementor-pro
/
core
/
app
/
modules
/
site-editor
/
assets
/
js
/
molecules
✏️
Editing: back-button.js
import { Button } from '@elementor/app-ui'; import './back-button.scss'; export default function BackButton( props ) { return ( <div className="back-button-wrapper"> <Button className="eps-back-button" text={ __( 'Back', 'elementor-pro' ) } icon="eicon-chevron-left" onClick={ props.onClick } /> </div> ); } BackButton.propTypes = { onClick: PropTypes.func, }; BackButton.defaultProps = { onClick: () => history.back(), };
💾 Save Changes
❌ Cancel