-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add HeaderComponent #27
base: main
Are you sure you want to change the base?
Conversation
|
||
import Status from "../statusComponent/StatusComponent"; | ||
|
||
import { StatusProps } from "../statusComponent/type"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import Status from "../statusComponent/StatusComponent"; | |
import { StatusProps } from "../statusComponent/type"; | |
import Status from "../statusComponent/StatusComponent"; | |
import { StatusProps } from "../statusComponent/type"; |
@@ -2,12 +2,11 @@ | |||
|
|||
import { useState } from "react"; | |||
import useWebSocket from "react-use-websocket"; | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<div className="flex flex-row justify-center"> | ||
<div className="pt-10 pb-20 px-10"> | ||
<div className="flex flex-row min-w-fit justify-center flex-nowrap text-nowrap"> | ||
<div className="basis-1/4 flex flex-col justify-center items-center"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there's some magic in there which broke the page center alignment when being removed.
b7890de
to
d66ca15
Compare
d66ca15
to
9d14042
Compare
Move the page header into a new HeaderComponent.