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 a474714 commit 46f0418Copy full SHA for 46f0418
src/components/cards/challenge/Challenge.tsx
@@ -35,7 +35,7 @@ export default function ChallengeCard({ data, community, isCourseEnd }: Challeng
35
<div className="flex flex-col mb-1">
36
<div className="lg:pr-20">
37
{expiresAt && (
38
- <div className="text-gray-400 lg:w-2/3 text-sm font-normal mb-4">
+ <div className="text-gray-400 text-sm font-normal mb-4">
39
<span>{t("communities.overview.challenge.deadline")}</span>
40
<span className="font-medium pl-1">{expiresAt}</span>
41
</div>
0 commit comments