Skip to content

Commit

Permalink
Revert class name change in VWCGrid
Browse files Browse the repository at this point in the history
  • Loading branch information
jonulak committed Jan 7, 2025
1 parent 19fe651 commit 6a7360d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/vwc-grid/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const VWCGrid = ({ title, children }: PropsWithChildren<TProps>) => {
// const { itemsToShow } = useLoadMore<ICourse>(sortedItems, 9, 3);

return (
<Section className={`${title}-area`} space="bottom">
<Section className="course-area" space="bottom">
<h2 className="tw-sr-only">{title}</h2>
<div className="tw-container">
<div className="tw-grid tw-grid-cols-1 tw-gap-[30px] md:tw-grid-cols-2 lg:tw-grid-cols-3">
Expand Down

0 comments on commit 6a7360d

Please sign in to comment.