fix: startpage background is now white by default and jsf block is back to original design
This commit is contained in:
@@ -21,7 +21,7 @@ export default async function StartPage() {
|
||||
const { header, blocks } = content.startPage
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className={styles.background}>
|
||||
<header className={styles.header}>
|
||||
<div className={styles.headerContent}>
|
||||
<Title color="white" textAlign="center">
|
||||
@@ -65,6 +65,6 @@ export default async function StartPage() {
|
||||
<Suspense fallback={null}>
|
||||
<TrackingSDK pageData={content.tracking} />
|
||||
</Suspense>
|
||||
</>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
.background {
|
||||
background-color: var(--Base-Surface-Primary-light-Normal);
|
||||
}
|
||||
|
||||
.header {
|
||||
height: 560px;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user