Skip to content

Commit

Permalink
docs(examples): update GitHub example
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed May 6, 2021
1 parent f45ed6b commit 4d1a1c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/github-repositories-custom-plugin/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ const gitHubReposPlugin = createGitHubReposPlugin({

autocomplete({
container: '#autocomplete',
placeholder: 'Search repositories',
plugins: [gitHubReposPlugin],
});
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function createGitHubReposPlugin(
<div className="aa-ItemContentBody">
<div className="aa-ItemContentTitle">
<div style={{ display: 'flex' }}>
<div style={{ fontWeight: 500 }}>
<div style={{ fontWeight: 700 }}>
{item.full_name}
</div>
<div
Expand Down

0 comments on commit 4d1a1c7

Please sign in to comment.