We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69de47 commit da624dcCopy full SHA for da624dc
src/components/examples.jsx
@@ -11,6 +11,7 @@ export const Examples = (props) => {
11
12
return (
13
<div className={css.root}>
14
+ <h1>Examples</h1>
15
{repos.map(({ node }) => (
16
<a className={css.item} href={node.url} key={node.name}>
17
<Card key={node.name}>
0 commit comments