Skip to content

Commit

Permalink
Update messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
iskyOS committed May 21, 2024
1 parent 870cff0 commit 570ee96
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/components/Enterprise/UniversalSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ContentSection, Heading } from '..'

import { DevPlatformsSection } from './DevPlatformsSection'

export const UniversalSection: FunctionComponent = () =>
export const UniversalSection: FunctionComponent = () => (
<ContentSection
className="flex max-w-[1232px] flex-col justify-between overflow-hidden rounded-2xl border-1 border-gray-200 bg-white px-6 md:flex-row md:px-16"
parentClassName="md:px-[80px] !py-0"
Expand All @@ -20,4 +20,4 @@ export const UniversalSection: FunctionComponent = () =>
</div>
<DevPlatformsSection />
</ContentSection>

)
2 changes: 1 addition & 1 deletion src/components/cta/CodyCta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const CodyCta: FunctionComponent<CodyCtaProps> = ({ isCodyPage = false, s
})}
>
Cody Enterprise provides additional security, scalability, and control for your organization.
Unlimited usage and context retrieval for your entire codebase.
Unlimited usage and context search for your entire codebase.
</Heading>
<div className="flex max-w-[356px] flex-col flex-wrap gap-4 md:flex-row">
<Link
Expand Down
2 changes: 1 addition & 1 deletion src/pages/cody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const CodyPage: FunctionComponent = () => {
size="h3"
className="mx-auto mb-8 mt-6 max-w-[700px] leading-[30px] !tracking-[-0.25px] text-[#FFFFFFbb]"
>
Cody is an AI coding assistant that uses code search and codebase context to help you
Cody is an AI coding assistant that uses advanced search and codebase context to help you
understand, write, and fix code faster.
</Heading>
<button
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ const Home: FunctionComponent = () => {
</Heading>
<p className="mb-0 text-lg text-[#FFFFFFCC]">
Cody Enterprise provides additional security, scalability, and control for your
organization. Unlimited usage and context retrieval for your entire codebase.
organization. Unlimited usage and context search for your entire codebase.
</p>
<div className="mt-8 flex flex-col items-center gap-4 md:flex-row">
<Link
Expand Down

0 comments on commit 570ee96

Please sign in to comment.