diff --git a/src/app/page.tsx b/src/app/page.tsx index a54a6ac..12a8e98 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,8 @@ export default async function Home({ searchParams }: HomePageProps) {
  • Kam jít? - + {" "} + (nejbližší 2 hodiny)
  • @@ -52,6 +53,11 @@ export default async function Home({ searchParams }: HomePageProps) { month: "numeric", })} + + {new Date(day).getDay() === new Date().getDay() + ? " (dnes)" + : ""} + ))}