Skip to content

Commit

Permalink
More specific description
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Apr 21, 2024
1 parent 3454595 commit 8f5589f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const Users = withoutSSR(() => {

return (
<ul id="logo-container">
<li>Trusted by:</li>
<li>Used In</li>
{selectedUsers.map(([name, url, Logo]) => (
<li key={name}>
<a title={name} href={url} target="_blank">
Expand Down

0 comments on commit 8f5589f

Please sign in to comment.