import { decodeEntities } from '@wordpress/html-entities'; import { sprintf, __ } from '@wordpress/i18n'; import { InitialData, trackEvent } from '../../utils/admin'; interface Props { user: InitialData['user'], } export default function Welcome( props: Props ) { return (
{ __( 'This is the Accelerate dashboard', 'altis' ) } { ' — ' } trackEvent( 'content_explorer_widgets_page_clicked' ) }> { __( 'your standard WordPress dashboard & widgets are still available here', 'altis' ) } { ' ' } ({ __( 'or under the menu on the left', 'altis' ) }).