Skip to content

Commit f8061d2

Browse files
committed
fix: use credential-issuance-hero image for Playground page
1 parent bc2710d commit f8061d2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/pages/PlaygroundPage.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { getOgImageUrl } from '../configs/ogImages'
99
import { SkipToContentLink, Button } from '../components/ui'
1010
import ImageWithPlaceholder from '../components/ui/ImageWithPlaceholder'
1111
import { useLocalizedPath } from '../i18n/useLocalizedPath'
12-
import governmentSolutionsHero from '../assets/images/government-solutions-hero.png'
12+
import credentialIssuanceHero from '../assets/images/credential-issuance-hero.png'
1313

1414
export default function PlaygroundPage() {
1515
const { t } = useTranslation('government')
@@ -62,7 +62,7 @@ export default function PlaygroundPage() {
6262
</Button>
6363
</div>
6464
<ImageWithPlaceholder
65-
src={governmentSolutionsHero}
65+
src={credentialIssuanceHero}
6666
alt={t('playground.hero.tagline')}
6767
className="absolute inset-0 max-w-none object-center object-cover rounded-2xl w-full h-full"
6868
containerClassName="flex-1 min-h-0 min-w-0 relative rounded-2xl aspect-[240/240]"
@@ -93,7 +93,7 @@ export default function PlaygroundPage() {
9393
</Button>
9494
</div>
9595
<ImageWithPlaceholder
96-
src={governmentSolutionsHero}
96+
src={credentialIssuanceHero}
9797
alt={t('playground.hero.tagline')}
9898
className="absolute inset-0 max-w-none object-center object-cover rounded-2xl w-full h-full"
9999
containerClassName="aspect-[240/240] relative rounded-2xl shrink-0 w-full"

0 commit comments

Comments
 (0)