Skip to content

Commit 2e4553f

Browse files
authored
Update src/components/AdoptionChart.tsx
1 parent 7f53d52 commit 2e4553f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AdoptionChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const Cell = ({ children, color, className, ...props }: CellProps) => (
3333
)
3434

3535
const ColumnName = ({ children }: ChildOnlyProp) => (
36-
<Cell className={"border-none pt-6"}>{children}</Cell>
36+
<Cell className="border-none pt-6">{children}</Cell>
3737
)
3838

3939
const AdoptionChart = () => {

0 commit comments

Comments
 (0)