Website: fix typos in testimonials.ejs (#23849)

This commit is contained in:
Mike McNeil 2024-11-15 11:17:47 -06:00 committed by GitHub
parent 4b4fc976a2
commit fa1a714f71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,9 +23,9 @@
</div>
</div>
<div purpose="context-switch" class="d-flex flex-sm-row flex-column">
<div purpose="switch-option" :class="[selectedContent === 'mdm' ? 'selected' : '']" @click="clickChangePageContent('mdm')"><p>Device Managment</p></div>
<div purpose="switch-option" :class="[selectedContent === 'it' ? 'selected' : '']" @click="clickChangePageContent('it')"><p>IT Engineering</p></div>
<div purpose="switch-option" :class="[selectedContent === 'security' ? 'selected' : '']" @click="clickChangePageContent('security')"><p>Security Engineering</p></div>
<div purpose="switch-option" :class="[selectedContent === 'mdm' ? 'selected' : '']" @click="clickChangePageContent('mdm')"><p>Device Management</p></div>
<div purpose="switch-option" :class="[selectedContent === 'it' ? 'selected' : '']" @click="clickChangePageContent('it')"><p>IT engineering</p></div>
<div purpose="switch-option" :class="[selectedContent === 'security' ? 'selected' : '']" @click="clickChangePageContent('security')"><p>Security engineering</p></div>
</div>
<div v-if="selectedContent === 'mdm'">
<div purpose="testimonials-container" class="card-columns">