Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 378ff4a625 |
@@ -14,5 +14,7 @@ services:
|
|||||||
- "5173"
|
- "5173"
|
||||||
environment:
|
environment:
|
||||||
- PORT=${DIGIFI_PORT}
|
- PORT=${DIGIFI_PORT}
|
||||||
|
tty: true
|
||||||
|
stdin_open: true
|
||||||
volumes:
|
volumes:
|
||||||
src:
|
src:
|
||||||
@@ -8,7 +8,7 @@ interface GetStartedLayoutProps {
|
|||||||
const GetStartedLayout: React.FC<GetStartedLayoutProps> = ({ children }) => {
|
const GetStartedLayout: React.FC<GetStartedLayoutProps> = ({ children }) => {
|
||||||
return (
|
return (
|
||||||
<div className="containerMode mb-[5.4375rem]">
|
<div className="containerMode mb-[5.4375rem]">
|
||||||
<div className='sticky z-50 top-0 bg-white'>
|
<div className='sticky top-0 bg-white'>
|
||||||
<Header hideSidebar={true} hideMenu={true} />
|
<Header hideSidebar={true} hideMenu={true} />
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-col min-h-[70vh] justify-between">
|
<div className="flex flex-col min-h-[70vh] justify-between">
|
||||||
|
|||||||
Reference in New Issue
Block a user