updated psystage images (#22649)

Updated psy-stage images

---------

Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
Mike Thomas 2024-10-08 01:04:32 +09:00 committed by GitHub
parent d7caf304c2
commit 55f5c6aad9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 182 KiB

After

Width:  |  Height:  |  Size: 272 KiB

View file

@ -160,7 +160,7 @@ html, body {
background-image: url('/images/cta-thumbnail-psystage-4-has-use-case-128x128@2x.png');
}
&.stage-five {
background-image: url('/images/cta-thumbnail-psystage-5-100x100@2x.png');
background-image: url('/images/cta-thumbnail-psystage-5-feeling-confident-128x128@2x.png');
}
&.stage-six {
background-image: url('/images/psystage-6-has-team-buy-in-504x784@2x.png');

View file

@ -82,7 +82,7 @@
background-image: url('/images/psystage-4-has-use-case-508x784@2x.png');
}
&.stage-five {
background-image: url('/images/cropped-fleet-cloud-city-504x784@2x.png');
background-image: url('/images/psystage-5-feeling-confident-504x784@2x.png');
}
&.stage-six {
background-image: url('/images/psystage-6-has-team-buy-in-504x784@2x.png');

View file

@ -753,7 +753,7 @@
</ajax-form>
</div>
</div>
<div purpose="form-image" :class="currentStep === 'start' ? 'stage-one' : ['thanks-for-checking-out-fleet', 'what-did-you-think'].includes(currentStep) ? 'cloud-city' : ['2 - Aware'].includes(psychologicalStage) ? 'stage-two' : ['3 - Intrigued'].includes(psychologicalStage) ? 'stage-three' : ['4 - Has use case'].includes(psychologicalStage) ? 'stage-four' : ['5 - Personally confident'].includes(psychologicalStage) ? 'stage-five' : ['6 - Has team buy-in'].includes(psychologicalStage) ? 'stage-six' : 'd-none w-0'">
<div purpose="form-image" :class="currentStep === 'start' ? 'stage-one' : ['thanks-for-checking-out-fleet'].includes(currentStep) ? 'cloud-city' : ['2 - Aware'].includes(psychologicalStage) ? 'stage-two' : ['3 - Intrigued'].includes(psychologicalStage) ? 'stage-three' : ['4 - Has use case'].includes(psychologicalStage) ? 'stage-four' : ['5 - Personally confident'].includes(psychologicalStage) ? 'stage-five' : ['6 - Has team buy-in'].includes(psychologicalStage) ? 'stage-six' : 'd-none w-0'">
</div>
</div>
</div>