mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-25 12:15:18 +01:00
PS-502: Remove extraneous comma from web vault footer (#1697)
- removed comma from footer files Co-authored-by: André Bispo <abispo@bitwarden.com>
This commit is contained in:
parent
5a78853de5
commit
eab478da0c
@ -1,6 +1,6 @@
|
||||
<div class="container footer text-muted">
|
||||
<div class="row">
|
||||
<div class="col">© {{ year }}, Bitwarden Inc.</div>
|
||||
<div class="col">© {{ year }} Bitwarden Inc.</div>
|
||||
<div class="col text-center"></div>
|
||||
<div class="col text-right">
|
||||
{{ "versionNumber" | i18n: version }}
|
||||
|
@ -1,5 +1,5 @@
|
||||
<router-outlet></router-outlet>
|
||||
<div class="container my-5 text-muted text-center">
|
||||
© {{ year }}, Bitwarden Inc. <br />
|
||||
© {{ year }} Bitwarden Inc. <br />
|
||||
{{ "versionNumber" | i18n: version }}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user