Merge pull request #3390 from quay/joseph.schorr/QUAY-1383/change-logo

Update references from CoreOS to Red Hat
This commit is contained in:
Joseph Schorr 2019-03-01 11:32:29 -05:00 committed by GitHub
commit 26b1aef33e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 33 deletions

View file

@ -146,7 +146,7 @@ mixpanel.init("{{ mixpanel_key }}", { track_pageview : false, debug: {{ is_debug
<nav id="co-l-footer" class="page-footer hidden-xs">
<div class="col-md-8">
<ul>
<li><span class="copyright">{{ version_number }} &copy;2014-{{ current_year }} CoreOS, Inc.</span></li>
<li><span class="copyright">{{ version_number }} &copy;2014-{{ current_year }} Red Hat, Inc.</span></li>
<li><a href="https://docs.quay.io/" ng-safenewtab>Documentation and Help</a></li>
<li quay-require="['BILLING']"><a href="/tos" target="_self">Terms</a></li>
<li quay-require="['BILLING']"><a href="/privacy" target="_self">Privacy</a></li>
@ -161,7 +161,7 @@ mixpanel.init("{{ mixpanel_key }}", { track_pageview : false, debug: {{ is_debug
</ul>
</div>
<div class="col-md-4">
<a href="https://coreos.com" ng-safenewtab><img src="/static/img/coreos.svg"></a>
<a href="https://redhat.com" ng-safenewtab><img src="/static/img/Logo_RH_RGB_Default.png"></a>
</div>
</nav>