Added sidebar id to the id list
This commit is contained in:
parent
860b337b1f
commit
72d086d292
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@ type ParentProps = {
|
|||
export default ({ children }: Omit<ParentProps, 'render'>) => {
|
||||
return (
|
||||
<>
|
||||
<div className='sidebar'>{children}</div>
|
||||
<div className='sidebar' id='sidebar'>
|
||||
{children}
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue