Skip to content

Commit

Permalink
Day 09 input and link on the web page
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadiac committed Dec 9, 2023
1 parent 74ebc0a commit 022de82
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 0 deletions.
1 change: 1 addition & 0 deletions aoc-web/src/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ pub fn header(props: &HeaderProps) -> Html {
<NavLink route={Route::Solution { year: 2023, day: 6 }} current={props.route.clone()} text={"6"}/>
<NavLink route={Route::Solution { year: 2023, day: 7 }} current={props.route.clone()} text={"7"}/>
<NavLink route={Route::Solution { year: 2023, day: 8 }} current={props.route.clone()} text={"8"}/>
<NavLink route={Route::Solution { year: 2023, day: 9 }} current={props.route.clone()} text={"9"}/>
</>
}
},
Expand Down
Loading

0 comments on commit 022de82

Please sign in to comment.