Skip to content

Commit 3514a04

Browse files
committed
Fix day 16 link on web
1 parent 1d911da commit 3514a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aoc-web/src/header.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pub fn header(props: &HeaderProps) -> Html {
3636
<NavLink route={Route::EasterEgg} current={props.route.clone()} text={"14+"}/>
3737
<NavLink route={Route::Solution { year: 2024, day: 15 }} current={props.route.clone()} text={"15"}/>
3838
<NavLink route={Route::WarehouseRobot} current={props.route.clone()} text={"15+"}/>
39-
<NavLink route={Route::Solution { year: 2024, day: 15 }} current={props.route.clone()} text={"16"}/>
39+
<NavLink route={Route::Solution { year: 2024, day: 16 }} current={props.route.clone()} text={"16"}/>
4040
</>
4141
}
4242
},

0 commit comments

Comments
 (0)