🚧 Retoques en el código

This commit is contained in:
Manuel Cillero 2025-09-04 01:12:59 +02:00
parent 0e4f10237d
commit fe3bbcb131
2 changed files with 3 additions and 3 deletions

View file

@ -67,8 +67,8 @@ async fn poweredby_link_points_to_crates_io() {
let html = render_component(&p);
assert!(
html.contains("https://crates.io/crates/pagetop"),
"Link should point to crates.io/pagetop"
html.contains("https://pagetop.cillero.es"),
"Link should point to pagetop.cillero.es"
);
}