add instructions on examples (#312)

This commit is contained in:
Guy Ben-Aharon
2024-11-04 10:38:42 +02:00
committed by GitHub
parent 62074adb7a
commit 5bacc9ff87
@@ -49,6 +49,9 @@ const ExamplesPageComponent: React.FC = () => {
A collection of examples to help you get started with
ChartDB.
</h2>
<h2 className="mt-1 text-base font-semibold">
Click on one 😀
</h2>
<div className="mt-6 grid grid-flow-row grid-cols-1 gap-6 md:grid-cols-2 lg:grid-cols-3">
{examples.map((example) => (
<ExampleCard key={example.id} example={example} />