update classname in note id file
This commit is contained in:
parent
f572287de3
commit
4292c53fde
@ -1,5 +1,6 @@
|
||||
import "../styles/global.css";
|
||||
import "../styles/prism.css";
|
||||
|
||||
export default function App({ Component, pageProps }) {
|
||||
return (
|
||||
<Component {...pageProps} />
|
||||
|
@ -19,7 +19,7 @@ export default function Home({ note, backLinks, fileNames, tree, flattenNodes, g
|
||||
<Head>
|
||||
{note.title && <meta name="title" content={note.title} />}
|
||||
</Head>
|
||||
<div className='container'>
|
||||
<div className='notes-container'>
|
||||
<nav className="nav-bar">
|
||||
<FolderTree tree={tree} flattenNodes={flattenNodes} />
|
||||
</nav>
|
||||
|
Loading…
Reference in New Issue
Block a user