diff --git a/templates/project/_list.go.html b/templates/project/_list.go.html
index 36eef07fd49eebd9415a1d83cefe6c4e8c6ec770..3e1c8939302000b6093c63a8add2b34b48543499 100644
--- a/templates/project/_list.go.html
+++ b/templates/project/_list.go.html
@@ -27,10 +27,7 @@
                             <div class="card-header d-flex justify-content-between align-items-center">
                                 <!-- Display human-readable project ID and shortcut -->
                                 <div>
-                                    <h6 class="mb-0 text-muted">{{ .ProjectID }}</h6>
-                                    {{ if .Shortcut }}
-                                        <small class="badge bg-primary">{{ .Shortcut }}</small>
-                                    {{ end }}
+                                    <h5 class="mb-0">{{ .Shortcut }}</h5>
                                 </div>
                                 
                                 <!-- Project action buttons (edit, delete) -->