Markup changes to support VISTA About Dialog (#2375)

This commit is contained in:
Andrew Henry 2019-04-11 10:19:25 -07:00 committed by Deep Tailor
parent f601ab03e7
commit 38a875395f

View File

@ -1,9 +1,9 @@
<template>
<div class="c-about c-about--splash">
<div v-if="branding.aboutHtml" class="s-text l-content" v-html="branding.aboutHtml"></div>
<div v-else class="c-about__image c-splash-image"></div>
<div v-if="!branding.aboutHtml" class="c-about__image c-splash-image"></div>
<div class="c-about__text s-text">
<div v-if="branding.aboutHtml" class="s-text l-content" v-html="branding.aboutHtml"></div>
<h1 class="l-title s-title">Open MCT</h1>
<div class="l-description s-description">
<p>Open MCT, Copyright &copy; 2014-2019, United States Government as represented by the Administrator of the National Aeronautics and Space Administration. All rights reserved.</p>