We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d911da commit 3514a04Copy full SHA for 3514a04
aoc-web/src/header.rs
@@ -36,7 +36,7 @@ pub fn header(props: &HeaderProps) -> Html {
36
<NavLink route={Route::EasterEgg} current={props.route.clone()} text={"14+"}/>
37
<NavLink route={Route::Solution { year: 2024, day: 15 }} current={props.route.clone()} text={"15"}/>
38
<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"}/>
+ <NavLink route={Route::Solution { year: 2024, day: 16 }} current={props.route.clone()} text={"16"}/>
40
</>
41
}
42
},
0 commit comments