diff options
author | 2021-08-18 19:34:37 +0200 | |
---|---|---|
committer | 2021-08-18 19:34:37 +0200 | |
commit | b02a0a2ef48987e561bc292d3b2e98d6ad2bfb92 (patch) | |
tree | 8a551bdccbd3156b586c38e5070268bf67daac9c /components/App.js | |
parent | eb28244fc8f98e28728c7b3f951e102b9cc56590 (diff) | |
download | my_apps-b02a0a2ef48987e561bc292d3b2e98d6ad2bfb92.tar.gz my_apps-b02a0a2ef48987e561bc292d3b2e98d6ad2bfb92.tar.bz2 my_apps-b02a0a2ef48987e561bc292d3b2e98d6ad2bfb92.zip |
splash screens, export note
Diffstat (limited to 'components/App.js')
-rw-r--r-- | components/App.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/App.js b/components/App.js index d79e8c6..f866211 100644 --- a/components/App.js +++ b/components/App.js @@ -24,7 +24,7 @@ const App = ({children, app, apps, setApps}) => { } style={app.pos.length ? {top: app.pos[1], left: app.pos[0]} : {}} > - <div className='window__title'>Notes</div> + <h2 className='window__title'>Notes</h2> <div className='window__title-buttons'> <span onClick={() => toggleMin('Notes', apps, setApps)}> <FontAwesomeIcon icon={faArrowUp} /> |