We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d863a08 + be64575 commit 6b992faCopy full SHA for 6b992fa
1 file changed
app/src/components/HomePageJN/ModuleCard.tsx
@@ -91,10 +91,7 @@ export function ModuleCard({
91
alt={`${name} module logo`}
92
/>
93
{status && status !== "active" && (
94
- <Tag
95
- size="sm"
96
- colorPalette={statusColorMap[status] || "gray"}
97
- >
+ <Tag size="sm" colorPalette={statusColorMap[status] || "gray"}>
98
{t(statusLabelMap[status] || status)}
99
</Tag>
100
)}
@@ -103,7 +100,7 @@ export function ModuleCard({
103
<Tooltip
104
101
content={getTranslationInLanguage(description)}
105
102
showArrow
106
- closeDelay={1000}
+ closeDelay={8000}
107
contentProps={{
108
bg: "content.secondary",
109
color: "background.default",
0 commit comments