fix
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2025-01-14 22:57:32 +01:00
parent c816b5d790
commit c7ee569790
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -79,7 +79,7 @@ pub async fn video_element_wide(video: &Video) -> PreEscaped<String> {
};
div class="flex flex-col flex-grow ml-4" {
h3 class="text-lg font-semibold truncate mb-1" title=(video.title) {
h3 class="text-lg font-semibold mb-1" title=(video.title) {
( video.title )
};
@ -113,7 +113,7 @@ pub async fn video_element(video: &mut Video) -> PreEscaped<String> {
div class="bg-gray-900 shadow-lg rounded-lg overflow-hidden" {
div class="p-4" {
h3 class="text-lg font-semibold truncate" title=(video.title) {
h3 class="text-lg font-semibold" title=(video.title) {
( video.title )
};
};