We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0fbc0a commit 8d9ab11Copy full SHA for 8d9ab11
1 file changed
src/components/competition/CompetitionCard.tsx
@@ -19,7 +19,7 @@ export default function CompetitionCard(props: CompetitionProps) {
19
height={200}
20
/>
21
{props.organizer ?
22
- <p className="absolute text-5xl top-[27%] left-[34%] font-bold [filter:grayscale(100%)]">👷♂️</p>
+ <p className="absolute text-5xl top-[27%] left-[35%] font-bold [filter:grayscale(100%)]">👷♂️</p>
23
: <p className={`absolute ${typeof props.placement === "string" ? "text-2xl w-[1rem] top-[35%] left-[35%]" : "text-6xl top-[25%] left-[40%] "} font-bold`}>
24
{props.placement}
25
</p>
@@ -32,4 +32,4 @@ export default function CompetitionCard(props: CompetitionProps) {
32
<p className="text-xs text-gray-500">{props.date}</p>
33
</div>
34
35
-}
+}
0 commit comments