Skip to content

Commit

Permalink
feat: add the correct countdown dates data
Browse files Browse the repository at this point in the history
  • Loading branch information
DikDns committed Oct 7, 2024
1 parent e9e96ad commit 48bfa22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ import { SparklesText } from "@/components/ui/sparkles-text";
export default function HomePage() {
const tabData = [
{ label: "TM", date: "2024-10-19" },
{ label: "Day-1", date: "2024-10-20" },
{ label: "Day-2", date: "2024-10-21" },
{ label: "Day-3", date: "2024-10-22" },
{ label: "Day-4", date: "2024-10-23" },
{ label: "Day-1", date: "2024-10-26" },
{ label: "Day-2", date: "2024-11-02" },
{ label: "Day-3", date: "2024-11-03" },
{ label: "Day-4", date: "2024-11-09" },
];

return (
Expand Down

0 comments on commit 48bfa22

Please sign in to comment.