add missing GIF for setup experience (#17959)

This commit is contained in:
Roberto Dip 2024-03-29 14:16:57 -03:00 committed by GitHub
commit 0b14641d2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 MiB

View File

@ -2,7 +2,7 @@ import React from "react";
import Card from "components/Card";
import OsSetupPreview from "../../../../../../../../assets/images/os-setup-preview.gif";
import OsPrefillPreview from "../../../../../../../../assets/images/os-prefill-preview.gif";
const baseClass = "setup-assistant-preview";
@ -25,7 +25,7 @@ const SetupAssistantPreview = () => {
</p>
<img
className={`${baseClass}__preview-img`}
src={OsSetupPreview}
src={OsPrefillPreview}
alt="OS setup preview"
/>
</Card>