Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ES): fix cta typo #6856

Merged
merged 1 commit into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading