Skip to content

Commit

Permalink
Fix Icon Height
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Sep 9, 2024
1 parent 2c824ca commit 7b6726f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/web/src/components/CloudTAK/Loading.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<img
src='/logo.png'
alt='Agency Logo'
height='150'
style='height: 150px;'
>
</div>
<TablerLoading desc='Loading Map State' />
Expand Down
2 changes: 1 addition & 1 deletion api/web/src/components/Loading.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<img
alt='Agency Logo'
src='/logo.png'
height='150'
style='height: 150px;'
>
</div>
<TablerLoading desc='Loading CloudTAK' />
Expand Down
2 changes: 1 addition & 1 deletion api/web/src/components/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
>
<img
src='/logo.png'
height='150'
style='height: 150px;'
alt='CloudTAK System Logo'
>
</div>
Expand Down
2 changes: 1 addition & 1 deletion api/web/src/components/util/LoginModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
>
<img
src='/logo.png'
height='150'
style='height: 150px;'
>
</div>
<h2 class='h2 text-center mb-2'>
Expand Down

0 comments on commit 7b6726f

Please sign in to comment.