Skip to content

Commit b306a1e

Browse files
committed
No status on library hero
1 parent 1db1093 commit b306a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LibraryHero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function LibraryHero({ project, cta, actions }: LibraryHeroProps) {
3131
'leading-none whitespace-nowrap'
3232
)}
3333
>
34-
STATUS: {String(project.badge).toUpperCase()}
34+
{String(project.badge).toUpperCase()}
3535
</div>
3636
) : null}
3737
<h2 className="font-bold text-2xl max-w-md md:max-w-lg md:text-4xl lg:max-w-4xl text-balance">

0 commit comments

Comments
 (0)