File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { getOgImageUrl } from '../configs/ogImages'
99import { SkipToContentLink , Button } from '../components/ui'
1010import ImageWithPlaceholder from '../components/ui/ImageWithPlaceholder'
1111import { 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
1414export 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"
You can’t perform that action at this time.
0 commit comments