Skip to content

Commit

Permalink
fix: correctly pass external param to <ToolIconAndLink>
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Feb 29, 2024
1 parent c5ec2b9 commit b9db467
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/tool/components/ToolCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,11 @@ const ToolCard = ({ tool }) => {
</section>

<section>
<ToolIconAndLink tool={tool} title={toolTitle} external />
<ToolIconAndLink
tool={tool}
title={toolTitle}
external={external}
/>
</section>
</Stack>
</Card>
Expand Down

0 comments on commit b9db467

Please sign in to comment.