Skip to content

Commit

Permalink
chore: replace collaborate with connect (#1976)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline authored Oct 20, 2023
2 parents 88c13d9 + a0bed75 commit 8711529
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ const ContributorProfileHeader = ({
{isPremium && isRecievingConnections && (
<DropdownMenuItem className="rounded-md">
<button onClick={() => setIsDialogOpen(true)} className="flex items-center gap-1 pl-3 pr-7">
Collaborate
Connect
</button>
</DropdownMenuItem>
)}
Expand All @@ -303,7 +303,7 @@ const ContributorProfileHeader = ({
}
className="flex items-center gap-1 pl-3 pr-7"
>
Collaborate
Connect
</button>
</DropdownMenuItem>
)}
Expand All @@ -319,7 +319,7 @@ const ContributorProfileHeader = ({
<Dialog open={isDialogOpen} onOpenChange={setIsDialogOpen}>
<DialogContent className="w-full md:!w-2/3 px-4 py-8 md:space-y-4">
<DialogHeader>
<DialogTitle className="!text-3xl text-left">Collaborate with {username}!</DialogTitle>
<DialogTitle className="!text-3xl text-left">Connect with {username}!</DialogTitle>
</DialogHeader>

<form onSubmit={handleConnectionRequest} className="flex flex-col w-full gap-2 px-4 md:gap-8 md:px-14 ">
Expand Down
2 changes: 1 addition & 1 deletion pages/start.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ const LoginStep3: React.FC<LoginStep3Props> = ({ interests, user }) => {
</div>
<div className="mb-4 text-left ">
<Text className="!text-sm">
Provide your timezone to help companies discover you and collaborate on open source projects.
Provide your timezone to help companies discover you and connect on open source projects.
</Text>
</div>

Expand Down
2 changes: 1 addition & 1 deletion stories/atoms/notification-card.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ Follows.args = {

Connections.args = {
type: "connections",
message: "bdougie invited you to collaborate",
message: "bdougie invited you to connect",
id: "1s356g",
};

0 comments on commit 8711529

Please sign in to comment.