Changed current music

This commit is contained in:
2026-01-18 13:31:03 +01:00
parent 4a25c377c4
commit 3ac59f65f2

View File

@@ -12,10 +12,10 @@ use sqlx::query_as;
async fn music(state: Data<AppState>) -> 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"])