feat: editor page css changes

This commit is contained in:
swve 2022-12-05 12:12:19 +01:00
parent b3b001a9fd
commit e6ebd195d7
2 changed files with 31 additions and 12 deletions

View file

@ -20,7 +20,7 @@ const Layout = (props: any) => {
<meta name="description" content={props.description} />
<link rel="icon" href="/favicon.ico" />
</Head>
<PreAlphaLabel>🚧 Pre-Alpha</PreAlphaLabel>
<ProjectPhaseLabel>🚧 Dev Phase</ProjectPhaseLabel>
<Menu></Menu>
<motion.main
variants={variants} // Pass the variant object into Framer Motion
@ -57,7 +57,7 @@ const Footer = styled.footer`
}
`;
export const PreAlphaLabel = styled.div`
export const ProjectPhaseLabel = styled.div`
position: fixed;
bottom: 0;
right: 0;