Skip to content

Commit

Permalink
wrap up ui update
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Nov 9, 2023
1 parent e19b65d commit 56a4265
Show file tree
Hide file tree
Showing 20 changed files with 35 additions and 528 deletions.
2 changes: 1 addition & 1 deletion .wp-env.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"core": "WordPress/WordPress#tags/6.4",
"core": "WordPress/WordPress#tags/6.4.1",
"config": {
"WP_DEBUG": true,
"WP_DEBUG_LOG": true,
Expand Down
6 changes: 6 additions & 0 deletions assets/svg/Mojo-M.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 0 additions & 14 deletions src/app/components/accordion/index.js

This file was deleted.

33 changes: 0 additions & 33 deletions src/app/components/accordion/stylesheet.scss

This file was deleted.

4 changes: 2 additions & 2 deletions src/app/components/app-nav/logo.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Button } from '@wordpress/components';
import { Heading } from '..';
// import { ReactComponent as Brand } from '../../../../assets/images/New-Logo-Black.png';
import { ReactComponent as Brand } from '../../../../assets/svg/Mojo-M.svg';
import { delay } from 'lodash';

const Mark = () => {
Expand All @@ -14,7 +14,7 @@ const Mark = () => {
};
return (
<Button
// icon={ <Brand className="wppm-logo" /> }
icon={ <Brand className="wppm-logo" /> }
style={ { width: '160px', height: 'auto' } }
onMouseUp={ defocus }
className="logo-mark nfd-p-0"
Expand Down
28 changes: 0 additions & 28 deletions src/app/components/header/index.js

This file was deleted.

39 changes: 0 additions & 39 deletions src/app/components/header/logo.js

This file was deleted.

26 changes: 0 additions & 26 deletions src/app/components/header/nav-large.js

This file was deleted.

42 changes: 0 additions & 42 deletions src/app/components/header/nav-mobile.js

This file was deleted.

35 changes: 0 additions & 35 deletions src/app/components/header/nav-utility.js

This file was deleted.

143 changes: 0 additions & 143 deletions src/app/components/header/stylesheet.scss

This file was deleted.

Loading

0 comments on commit 56a4265

Please sign in to comment.