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 e29e474 commit 87b6b5eCopy full SHA for 87b6b5e
src/components/sections/communities/_partials/Header.tsx
@@ -28,11 +28,11 @@ export default function Header({
28
<h1 className={headerClassName}>{title}</h1>
29
<div className="flex items-start gap-1">
30
{subtitle && (
31
- <h2 className="text-4xl flex items-center font-normal leading-none md:text-5xl text-gray-400">
+ <h2 className={`text-4xl flex items-center font-normal leading-none md:text-5xl ${title? "text-gray-400": "text-gray-900"}`}>
32
{subtitle}
33
{isTeamChallenge && (
34
<div className="h-full flex -mt-2 items-start ml-2">
35
- <Tag type="light">{isHackathon ? "Hackathon" : "TEAM"}</Tag>
+ <Tag type="gray">{isHackathon ? "Hackathon" : "TEAM"}</Tag>
36
</div>
37
)}
38
</h2>
0 commit comments