From 5bb7de58e75dc93f7e1dd294c99062614efcfc44 Mon Sep 17 00:00:00 2001 From: Martin Berka Date: Fri, 21 Mar 2025 00:24:17 +0100 Subject: [PATCH] =?UTF-8?q?Odebr=C3=A1n=C3=AD=20zimn=C3=AD=20atmosf=C3=A9r?= =?UTF-8?q?y?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/App.tsx | 4 ++-- client/src/AppRoutes.tsx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/src/App.tsx b/client/src/App.tsx index 8d122b1..94e669f 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -410,8 +410,8 @@ function App() {
{data.isWeekend ?

Užívejte víkend :)

: <> - - + {/* + */} Poslední změny:
  • Možnost výběru restaurace a jídel kliknutím v tabulce
  • diff --git a/client/src/AppRoutes.tsx b/client/src/AppRoutes.tsx index db8b4bf..0d6c3dd 100644 --- a/client/src/AppRoutes.tsx +++ b/client/src/AppRoutes.tsx @@ -1,6 +1,6 @@ import { Routes, Route } from "react-router-dom"; import { ProvideSettings } from "./context/settings"; -import Snowfall from "react-snowfall"; +// import Snowfall from "react-snowfall"; import { ToastContainer } from "react-toastify"; import { SocketContext, socket } from "./context/socket"; import StatsPage from "./pages/StatsPage"; @@ -16,12 +16,12 @@ export default function AppRoutes() { <> - + }} /> */}