-
-
- {featured.author_name}
- {featured.author_title && · {featured.author_title}}
- {relativeTime(featured.published_at ?? featured.created_at)}
-
- {dispatchKindLabel(featured.kind)}
-
-
+
+
+
+ {featured.author_name.split(' ')[0]}
+ {relativeTime(featured.published_at ?? featured.created_at)}
+
+ {dispatchKindLabel(featured.kind).toUpperCase()}
+
+
- {featured.title}
- {featuredPreview}
+ {featured.title}
- Read the full dispatch
-
+ {featuredPreview}
- {featured.poll && (
-
+ {moreDispatches.length > 0 && (
+
)}
-