Skip to content

Commit

Permalink
fix(breadcrumbs): prevent flash of large home icon
Browse files Browse the repository at this point in the history
  • Loading branch information
yomatters committed Dec 16, 2024
1 parent 84e0794 commit d48f029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/breadcrumbs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function Breadcrumbs({
>
<li class="home">
<a href={homeUrl} title={homeTitle}>
<img src={homeIconUrl} alt={homeTitle} />
<img src={homeIconUrl} alt={homeTitle} height="14" />
</a>
</li>
{items.map((item) => (
Expand Down

0 comments on commit d48f029

Please sign in to comment.