1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-09 05:57:40 +02:00
bitwarden-browser/src/app/layouts/footer.component.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
285 B
HTML
Raw Normal View History

2018-06-08 23:08:19 +02:00
<div class="container footer text-muted">
<div class="row">
<div class="col">
2020-02-19 04:25:04 +01:00
&copy;
{{ year }}, Bitwarden Inc.
2018-06-08 23:08:19 +02:00
</div>
2018-07-19 18:21:31 +02:00
<div class="col text-center"></div>
2018-06-08 23:08:19 +02:00
<div class="col text-right">
2018-06-11 15:31:11 +02:00
{{ "versionNumber" | i18n: version }}
2021-12-17 15:57:11 +01:00
</div>
</div>
2018-06-08 23:08:19 +02:00
</div>