diff --git a/src/pages/music.rs b/src/pages/music.rs index 05d1dd6..c6e5c36 100644 --- a/src/pages/music.rs +++ b/src/pages/music.rs @@ -12,10 +12,10 @@ use sqlx::query_as; async fn music(state: Data) -> impl Responder { let featured_title = HeadingBuilder::new() .level(1) - .text("The song I've been listening to the most recently is \"Hot\" by Avril Lavigne.") + .text("The song I've been listening to the most recently is \"Shiawase - VIP\" by Dion Timmer.") .build(); let featured_iframe = IframeBuilder::new() - .src("https://www.youtube.com/embed/fzb75m8NuMQ") + .src("https://www.youtube.com/embed/suisIF4hwyw") .build(); let featured = DivisionBuilder::new() .classes(vec!["featured"])