Skip to content

Commit

Permalink
add instructions on examples (chartdb#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
guyb1 authored Nov 4, 2024
1 parent 62074ad commit 5bacc9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/examples-page/examples-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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} />
Expand Down

0 comments on commit 5bacc9f

Please sign in to comment.