We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f1330 commit 9aa364bCopy full SHA for 9aa364b
src/app/(main)/resources/resource-hub-card.tsx
@@ -92,7 +92,9 @@ export function ResourceHubCard({
92
{(authorPlacement === "footer" || !!duration) && (
93
<div className="flex items-center gap-4 p-4 md:p-6">
94
{authorPlacement === "footer" && author ? (
95
- <span className="typography-body-sm text-neu-800">{author}</span>
+ <span className="typography-body-sm flex h-[1em] items-center justify-center text-neu-800">
96
+ <span>{author}</span>
97
+ </span>
98
) : null}
99
{duration ? (
100
<span className="ml-auto flex items-center gap-2 text-neu-800">
0 commit comments