Skip to content

Commit

Permalink
update aoc code
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Nov 21, 2024
1 parent d872c0b commit 743ec31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ pub fn PadPage() -> impl IntoView {
let date = Date::new_0();
if date.get_month() == 11 || date.get_month() == 10 && date.get_date() > 15 {
let year = date.get_full_year();
const CODE: &str = "2861476-31474540";
const CODE: &str = "6680-a10280cf";
let copy_code = move |_| {
_ = window().navigator().clipboard().write_text(CODE)
};
Expand Down

0 comments on commit 743ec31

Please sign in to comment.