Skip to content

Commit 82750f4

Browse files
authored
Merge pull request #9 from metaversecloud-com/dev
add background to footer
2 parents 2c534f2 + 778a366 commit 82750f4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

client/src/components/PageFooter.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export const PageFooter = ({ children }: { children: ReactNode }) => {
88
bottom: 0,
99
padding: "10px 0 20px",
1010
minWidth: "90%",
11+
background: "white",
1112
}}
1213
>
1314
{children}

client/src/pages/Home.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ const Home = () => {
8181
} else {
8282
setCanSwapScenes(false);
8383
setMessage("Hang tight! Scenes can only be updated every 30 minutes. Please try again soon.");
84-
// setMessage(`Scene recently swapped. Please wait ${30 - minutesDifference} minutes before swapping again.`);
8584
}
8685
} else {
8786
setCanSwapScenes(true);

0 commit comments

Comments
 (0)