sous-components-twig
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -9,2 +9,3 @@ import React from 'react'; | ||
import gridEventCardData from './grid-event-cards.yml'; | ||
import gridNewsCardData from './grid-news-cards.yml'; | ||
@@ -36,1 +37,8 @@ /** | ||
); | ||
export const newsCardGrid = () => ( | ||
<div | ||
dangerouslySetInnerHTML={{ | ||
__html: grid({ ...gridData, ...gridNewsCardData }), | ||
}} | ||
/> | ||
); |
{ | ||
"name": "sous-components-twig", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "Twig components for a fictitious Sous install", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
458901
149
521