diff --git a/src/routes/ui.rs b/src/routes/ui.rs index 0ee1672..ca59d5d 100644 --- a/src/routes/ui.rs +++ b/src/routes/ui.rs @@ -59,8 +59,8 @@ pub async fn pkg_ui(repo: &str, pkg_name: &str, ctx: RequestContext) -> Option Option Option Option Option Option) -> Str div class="w-10 h-10 flex items-center justify-center rounded-full bg-blue-500 text-white font-semibold" { {(pkg.chars().next().unwrap_or_default().to_uppercase())} }; - p class="font-medium flex-1 text-gray-800 dark:text-gray-100" { + p class="font-medium flex-1 text-gray-800 dark:text-gray-100 max-w-fit" { (pkg) }; + div class="flex items-center gap-2 text-slate-300 pr-4" { + span class="text-2xl font-bold" { "✓" }; + span class="text-sm font-medium" { "Signed" }; + }; })) } }