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

SGM-6915 - Design revisions for the /demo/cody page #6925

Merged
merged 2 commits into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
refactor: Use gcp media assets
  • Loading branch information
gitstart-sourcegraph committed May 9, 2024
commit 1168159d181b1ee814352c92609df4d4f50e190e
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions src/pages/demo/cody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ const DemoCodyPage: FunctionComponent = () => {
loop={false}
controls={true}
autoPlay={false}
thumbnail="/assets/cody/Cody_the_AI_the_knows_your_codebase.webp"
thumbnail="https://storage.googleapis.com/sourcegraph-assets/website/video/Cody%20Page%20April%202024/Cody_the_AI_that_knows_your_codebase_SplashScreen.webp"
title="Cody - the AI coding assistant that knows your entire codebase"
source={{
mp4: '/assets/cody/Cody_the_AI_the_knows_your_codebase',
webm: '/assets/cody/Cody_the_AI_the_knows_your_codebase',
mp4: 'https://storage.googleapis.com/sourcegraph-assets/website/video/Cody%20Page%20April%202024/Cody_the_AI_that_knows_your_codebase',
webm: 'https://storage.googleapis.com/sourcegraph-assets/website/video/Cody%20Page%20April%202024/Cody_the_AI_that_knows_your_codebase',
}}
className="w-full rounded-lg"
/>
Expand Down
Loading