Skip to content

Commit

Permalink
feat: add title for Jupyter Notebook badge
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Jul 25, 2024
1 parent efdbf1d commit b33172c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/frontmatter/src/FrontmatterBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,12 @@ export function FrontmatterBlock({
<GitHubLink github={github} />
{isJupyter && (
<div className="inline-block mr-1">
<JupyterIcon width="1.25rem" height="1.25rem" className="inline-block" />
<JupyterIcon
width="1.25rem"
height="1.25rem"
className="inline-block"
title="Jupyter Notebook"
/>
</div>
)}
</>
Expand Down

0 comments on commit b33172c

Please sign in to comment.