fix: add missing InnerBodyMain div feed layout
All checks were successful
Release to Staging / build_and_release (push) Successful in 43s
All checks were successful
Release to Staging / build_and_release (push) Successful in 43s
This commit is contained in:
parent
9b8bf01d33
commit
84cb5b6912
@ -2,9 +2,9 @@ import { Outlet } from 'react-router-dom'
|
||||
|
||||
export const FeedLayout = () => {
|
||||
return (
|
||||
<>
|
||||
<div className='InnerBodyMain'>
|
||||
<h1>WIP</h1>
|
||||
<Outlet />
|
||||
</>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
export const FeedPage = () => {
|
||||
return <h1>Feed</h1>
|
||||
return <h2>Feed</h2>
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
export const NotificationsPage = () => {
|
||||
return <h1>Notifications</h1>
|
||||
return <h2>Notifications</h2>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user