File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export default define.page<typeof handler>(function MainPage(props) {
51
51
const origin = `${ props . url . protocol } //${ props . url . host } ` ;
52
52
53
53
return (
54
- < div class = "flex flex-col min-h-screen" >
54
+ < div class = "flex flex-col min-h-screen bg-white " >
55
55
< div class = "bg-transparent flex flex-col relative z-10" >
56
56
< HelloBar />
57
57
< Header title = "" active = "/" />
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export const handler = define.handlers({
20
20
21
21
export default define . page < typeof handler > ( function ShowcasePage ( ) {
22
22
return (
23
- < >
23
+ < div class = "bg-white" >
24
24
< Header title = "showcase" active = "/showcase" />
25
25
26
26
< div class = "flex flex-col min-h-screen" >
@@ -70,7 +70,7 @@ export default define.page<typeof handler>(function ShowcasePage() {
70
70
71
71
< Footer />
72
72
</ div >
73
- </ >
73
+ </ div >
74
74
) ;
75
75
} ) ;
76
76
You can’t perform that action at this time.
0 commit comments