Skip to content

Commit

Permalink
Changed the button text to 'Create List' so that it matches the meani…
Browse files Browse the repository at this point in the history
…ng of the action.
  • Loading branch information
Satoshi-Sh committed Oct 18, 2023
1 parent 3bf0e37 commit 2c38a36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const HubContributorsHeader = ({
variant="text"
onClick={onAddToList}
>
Add to List <FaPlus className="ml-2 text-lg" />
Create List <FaPlus className="ml-2 text-lg" />
</Button>
</div>
</div>
Expand Down

0 comments on commit 2c38a36

Please sign in to comment.