Skip to content

Commit d146d86

Browse files
authored
Merge pull request #38 from TrevorMcCormick/main
Fix line in JS code for Columns component
2 parents 7cd7530 + 7307ba3 commit d146d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/component-library/new/Columns/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Docusaurus uses the Infima framework for styling layout. The components describe
3939
return (
4040
// This section encompasses the columns that we will integrate with children from a dedicated component to allow the addition of columns as needed
4141
<div className="container center">
42-
<div className={clsx('row' , className)} style={style}} >
42+
<div className={clsx('row', className)} style={style}>
4343
{children}
4444
</div>
4545
</div>

0 commit comments

Comments
 (0)