There was an error while loading. Please reload this page.
1 parent 0c7cf8b commit f25ef90Copy full SHA for f25ef90
1 file changed
src/components/CourseNode.tsx
@@ -23,7 +23,7 @@ export default function CourseNode({ data }: NodeProps<CourseNodeType>) {
23
24
return (
25
<div
26
- className={`title flex flex-col justify-center rounded border ${borderColour} bg-white px-3 py-2 shadow-sm transition-opacity duration-150`}
+ className={`flex flex-col justify-center rounded border ${borderColour} bg-white px-3 py-2 shadow-sm transition-opacity duration-150`}
27
title={data.title}
28
style={{ width: 180, height: 60, opacity: dimmed ? 0.25 : 1 }}
29
>
0 commit comments