Also, remove "powered by"
This commit is contained in:
Chris Cheetham 2020-07-29 09:56:39 -04:00 коммит произвёл GitHub
Родитель 293766bf21
Коммит 5cd7ddfd5b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -6,8 +6,7 @@ export class BottomLinks extends Component {
return (
<div className="left">
<div className="footer">© 2013-2020 Pivotal Software<br/>start.steeltoe.io is powered by<br/>
<a href="https://run.pivotal.io/" tabIndex="999">Pivotal Web Services</a><br/>v 0.6.2</div>
<div className="footer">© 2019-2020 VMware, Inc. All Rights Reserved<br/>v 0.6.2</div>
</div>
);
}