Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions client/src/components/PageFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const PageFooter = ({ children }: { children: ReactNode }) => {
bottom: 0,
padding: "10px 0 20px",
minWidth: "90%",
background: "white",
}}
>
{children}
Expand Down
1 change: 0 additions & 1 deletion client/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ const Home = () => {
} else {
setCanSwapScenes(false);
setMessage("Hang tight! Scenes can only be updated every 30 minutes. Please try again soon.");
// setMessage(`Scene recently swapped. Please wait ${30 - minutesDifference} minutes before swapping again.`);
}
} else {
setCanSwapScenes(true);
Expand Down
Loading