Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 1b311b8

Browse files
committed
png -> webp for generated images
1 parent 999b419 commit 1b311b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/Home.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export function Home() {
128128
<div>
129129
<div className="product-description">
130130
<div className='production-description-subcomponent-light left-section'>
131-
<img id="demo-video" src="https://khoj-generated-images.s3.amazonaws.com/98aef1b2-5493-41ba-a252-2ab7ab122901/ba59cfa9-42c3-48c5-be50-d4ae245dab7f.png" alt="chat-demo" />
131+
<img id="demo-video" src="https://khoj-generated-images.s3.amazonaws.com/98aef1b2-5493-41ba-a252-2ab7ab122901/ba59cfa9-42c3-48c5-be50-d4ae245dab7f.webp" alt="chat-demo" />
132132
</div>
133133
<div className='production-description-subcomponent-light right-section'>
134134
<h2 className='production-description-subcomponent'>Replace your search engine</h2>
@@ -214,7 +214,7 @@ export function Home() {
214214
<div>
215215
<div className="product-description">
216216
<div className='production-description-subcomponent-light left-section'>
217-
<img id="demo-video" src="https://khoj-generated-images.s3.amazonaws.com/98aef1b2-5493-41ba-a252-2ab7ab122901/679af36b-c9cd-4133-841d-8e08823f8303.png" alt="chat-demo" />
217+
<img id="demo-video" src="https://khoj-generated-images.s3.amazonaws.com/98aef1b2-5493-41ba-a252-2ab7ab122901/679af36b-c9cd-4133-841d-8e08823f8303.webp" alt="chat-demo" />
218218
</div>
219219
<div className='production-description-subcomponent-light right-section'>
220220
<h2 className='production-description-subcomponent'>Get a village's worth of help</h2>

0 commit comments

Comments
 (0)