Skip to content

Commit

Permalink
Merge branch 'newFeature' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Arbona Alapont committed Oct 5, 2023
2 parents d8b1ced + 7aca7f5 commit 254aef5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Frontend/ai-labar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ailabar",
"version": "1.0.0",
"version": "1.0.5",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div fxHide fxShow.sm="true" fxShow.gt-md="true" class="cap-container">
<div class="cap-container-logo"></div>
</div>
<div class="version">{{ appVersion }}</div>
<div class="version">v.{{ appVersion }}</div>
<div class="login-container">
<div fxHide fxShow.xs class="cap-container-small">
<div class="cap-container-logo-small"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
}

.version {
right: 0;
right: 1%;
top: 1%;
position: absolute;
}

0 comments on commit 254aef5

Please sign in to comment.