Skip to content

Commit f25ef90

Browse files
author
hselvaka
committed
Code style fix
1 parent 0c7cf8b commit f25ef90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/CourseNode.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function CourseNode({ data }: NodeProps<CourseNodeType>) {
2323

2424
return (
2525
<div
26-
className={`title flex flex-col justify-center rounded border ${borderColour} bg-white px-3 py-2 shadow-sm transition-opacity duration-150`}
26+
className={`flex flex-col justify-center rounded border ${borderColour} bg-white px-3 py-2 shadow-sm transition-opacity duration-150`}
2727
title={data.title}
2828
style={{ width: 180, height: 60, opacity: dimmed ? 0.25 : 1 }}
2929
>

0 commit comments

Comments
 (0)