File tree Expand file tree Collapse file tree
apps/web/app/(news)/baby/_components Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ interface Update {
99
1010const 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
You can’t perform that action at this time.
0 commit comments