interview page and design fixes
This commit is contained in:
@ -2,8 +2,10 @@ import React from 'react';
|
||||
import { LogoutButton } from '../components/LogoutButton/LogoutButton';
|
||||
|
||||
export const WithLogout = (props) => {
|
||||
return <>
|
||||
<LogoutButton />
|
||||
{props.children}
|
||||
</>
|
||||
return (
|
||||
<div className='container'>
|
||||
{props.children}
|
||||
<LogoutButton />
|
||||
</div>
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user