Skip to content

Commit

Permalink
Merge pull request #38 from TrevorMcCormick/main
Browse files Browse the repository at this point in the history
Fix line in JS code for Columns component
  • Loading branch information
homotechsual authored Dec 18, 2024
2 parents 7cd7530 + 7307ba3 commit d146d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/component-library/new/Columns/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Docusaurus uses the Infima framework for styling layout. The components describe
return (
// This section encompasses the columns that we will integrate with children from a dedicated component to allow the addition of columns as needed
<div className="container center">
<div className={clsx('row' , className)} style={style}} >
<div className={clsx('row', className)} style={style}>
{children}
</div>
</div>
Expand Down

1 comment on commit d146d86

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚡ Successfully deployed to Cloudflare Pages!

| 🔨 Latest commit | d146d86 |
| 🔍 Latest deploy log | https://github.com/DocusaurusCommunity/website/actions/runs/12402612014 |
| 😎 Deploy preview URL | https://65538f55.docusauruscommunitywebsite.pages.dev |
| 🌳 Environment | production |

Please sign in to comment.