Skip to content

Commit 4f0cba9

Browse files
committed
chore: update status
1 parent 1b36a52 commit 4f0cba9

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

apps/web/app/(news)/baby/_components/countdown.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ export function Countdown() {
7979
<p className="font-serif text-2xl text-foreground/80 italic">
8080
Anytime soon...
8181
</p>
82-
<p className="font-mono text-muted-foreground text-sm uppercase tracking-widest">
83-
Status: In Progress
84-
</p>
8582
</div>
8683
);
8784
}

apps/web/app/(news)/baby/_components/updates.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ interface Update {
99

1010
const updates: Update[] = [
1111
{
12-
date: new Date("2026-01-22T10:00:00"),
12+
date: new Date("2026-01-26T10:45:00"),
1313
message:
14-
"We delayed the scheduled delivery to avoid any risk to infecting the baby with a cold I caught. New estimated delivery date is now January 26th.",
14+
"We are heading to the hospital for delivery. Mommy is doing great and we can't wait to meet our little one! We will keep you updated.",
1515
},
1616
];
1717

0 commit comments

Comments
 (0)