const aboutMenuItem = ( options = {} ) => {

    options = {
        title: 'About',
        ...options,