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 00cb0fb commit 99c62beCopy full SHA for 99c62be
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