Changed current music
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user