Skip to content

Commit

Permalink
chore: reword href title for "open on npm" icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mpvader authored and tkurki committed Sep 4, 2023
1 parent 7fdc884 commit aebb059
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class AppsList extends Component {
<a
href={app.npmUrl}
target="_blank"
title="Open package on npmjs.com"
title="See app documentation on npmjs.com"
>
<i className="icon-info" />
</a>
Expand Down

0 comments on commit aebb059

Please sign in to comment.