Skip to content

Commit

Permalink
fix: Modify Button Text (#1942)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline authored Oct 18, 2023
2 parents 3bf0e37 + 2c38a36 commit 19a3484
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 19a3484

Please sign in to comment.