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

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

10 lines
267 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">&copy; {{ year }} Bitwarden Inc.</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">
{{ "versionNumber" | i18n : version }}
2021-12-17 15:57:11 +01:00
</div>
</div>
2018-06-08 23:08:19 +02:00
</div>