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 b69cccb commit 73170b8Copy full SHA for 73170b8
src/components/cards/LearningModule.tsx
@@ -34,7 +34,7 @@ export function LearningModuleCard({ data }: { data: LearningModule }): JSX.Elem
34
35
return (
36
<div className="flex flex-col content-start w-full p-8 rounded-3xl group text-gray-700 border-solid border border-gray-200 gap-8">
37
- <div className="flex text-xs items-center justify-between">
+ <div className="flex flex-wrap gap-2 text-xs items-center justify-between">
38
<div className="gap-2 flex items-center">
39
<div className="h-4.5 w-4.5 rounded-sm" style={{ backgroundColor: colors?.primary }} />
40
<span className="uppercase font-semibold">{t("communities.card.module")}</span>
0 commit comments