File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 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) {
5151 const origin = `${ props . url . protocol } //${ props . url . host } ` ;
5252
5353 return (
54- < div class = "flex flex-col min-h-screen" >
54+ < div class = "flex flex-col min-h-screen bg-white " >
5555 < div class = "bg-transparent flex flex-col relative z-10" >
5656 < HelloBar />
5757 < Header title = "" active = "/" />
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export const handler = define.handlers({
2020
2121export default define . page < typeof handler > ( function ShowcasePage ( ) {
2222 return (
23- < >
23+ < div class = "bg-white" >
2424 < Header title = "showcase" active = "/showcase" />
2525
2626 < div class = "flex flex-col min-h-screen" >
@@ -70,7 +70,7 @@ export default define.page<typeof handler>(function ShowcasePage() {
7070
7171 < Footer />
7272 </ div >
73- </ >
73+ </ div >
7474 ) ;
7575} ) ;
7676
You can’t perform that action at this time.
0 commit comments