Skip to content

Commit

Permalink
chore(ES): fix cta typo (#6856)
Browse files Browse the repository at this point in the history
Fixes typo introduced in #6803 

## Test plan
Ran locally, confirmed text change has been applied to dotcom users only
<!-- Required. See
https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles.
-->
  • Loading branch information
kalanchan authored Jan 28, 2025
1 parent 792a954 commit 1e7df48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vscode/webviews/chat/components/WelcomeNotice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const WelcomeNotice: FunctionComponent = () => {
Enable collaboration with your team
</h1>
<p className="tw-text-muted-foreground tw-mb-2 tw-text-[12px]">
Get your own workspace with AI-powered chat, prompt sharing and codebase serach. Automate
Get your own workspace with AI-powered chat, prompt sharing and codebase search. Automate
tasks and accelerate development.
</p>
<div id="welcome-notice-buttons" className="tw-flex tw-gap-4 tw-mb-4 tw-text-[12px]">
Expand Down
2 changes: 1 addition & 1 deletion vscode/webviews/components/UserMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ export const UserMenu: React.FunctionComponent<UserMenuProps> = ({
</div>
<div className="tw-text-[12px] tw-text-muted-foreground">
Get your own workspace with AI-powered chat, prompt
sharing and codebase serach. Automate tasks and
sharing and codebase search. Automate tasks and
accelerate development.
</div>
</div>
Expand Down

0 comments on commit 1e7df48

Please sign in to comment.