Skip to content

Commit cc84197

Browse files
docs(examples): bolden GitHub repo name
1 parent d896a30 commit cc84197

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/github-repositories-custom-plugin/createGitHubReposPlugin.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ export function createGitHubReposPlugin(
8282
<div className="aa-ItemContentBody">
8383
<div className="aa-ItemContentTitle">
8484
<div style={{ display: 'flex' }}>
85-
<div>{item.full_name}</div>
85+
<div style={{ fontWeight: 500 }}>
86+
{item.full_name}
87+
</div>
8688
<div
8789
style={{
8890
alignItems: 'center',

0 commit comments

Comments
 (0)