mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2026-06-27 22:36:02 +00:00
chore(ui): update video source to use compressed version
This commit is contained in:
BIN
public/animation_compressed.mp4
Normal file
BIN
public/animation_compressed.mp4
Normal file
Binary file not shown.
@@ -79,7 +79,7 @@ export default async function HomePage() {
|
|||||||
playsInline
|
playsInline
|
||||||
className="absolute top-1/2 -translate-y-1/2 end-0 w-full h-auto opacity-30 dark:opacity-15 dark:invert"
|
className="absolute top-1/2 -translate-y-1/2 end-0 w-full h-auto opacity-30 dark:opacity-15 dark:invert"
|
||||||
>
|
>
|
||||||
<source src="/animation.mp4" type="video/mp4" />
|
<source src="/animation_compressed.mp4" type="video/mp4" />
|
||||||
</video>
|
</video>
|
||||||
</div>
|
</div>
|
||||||
{/* Animated input overlay - only show if AI generation is enabled */}
|
{/* Animated input overlay - only show if AI generation is enabled */}
|
||||||
|
|||||||
Reference in New Issue
Block a user