We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c534f2 + 778a366 commit 82750f4Copy full SHA for 82750f4
client/src/components/PageFooter.tsx
@@ -8,6 +8,7 @@ export const PageFooter = ({ children }: { children: ReactNode }) => {
8
bottom: 0,
9
padding: "10px 0 20px",
10
minWidth: "90%",
11
+ background: "white",
12
}}
13
>
14
{children}
client/src/pages/Home.tsx
@@ -81,7 +81,6 @@ const Home = () => {
81
} else {
82
setCanSwapScenes(false);
83
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.`);
85
}
86
87
setCanSwapScenes(true);
0 commit comments