1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00
Files
web/src/app/layouts/footer.component.html
Kyle Spearrin 6c7df2788e footer updates
2018-07-19 12:21:31 -04:00

12 lines
316 B
HTML

<div class="container footer text-muted">
<div class="row">
<div class="col">
&copy; {{year}}, 8bit Solutions LLC
</div>
<div class="col text-center"></div>
<div class="col text-right">
{{'versionNumber' | i18n : version}}
</div>
</div>
</div>