Skip to content

Commit

Permalink
fix: 4456 mobile logo height (#4464)
Browse files Browse the repository at this point in the history
Closes #4456
  • Loading branch information
connoratrug authored Nov 8, 2024
1 parent b6c58ea commit 22358fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
3 changes: 1 addition & 2 deletions apps/tailwind-components/components/LogoMobile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ if (logoFileName) {
<img
v-if="image"
:src="image"
width="200"
height="50"
class="w-50px h-auto"
style="background-color: white"
/>
<i v-else-if="svg" v-html="svg.default"></i>
Expand Down
18 changes: 0 additions & 18 deletions apps/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7034,15 +7034,6 @@ handlebars@^4.7.7, handlebars@^4.7.8:
optionalDependencies:
uglify-js "^3.1.4"

happy-dom@15.10.1:
version "15.10.1"
resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-15.10.1.tgz#db49321a7af97d8c18c45622de2817b382ac7595"
integrity sha512-FuGnj/qIB4QnBL6fWmD7Wnh6STxevLgOVWB6+nopDGgWG1+t9CXkNB2ldZ+iqwD2UKxD2D0SU8el8A6AX6Q1+g==
dependencies:
entities "^4.5.0"
webidl-conversions "^7.0.0"
whatwg-mimetype "^3.0.0"

happy-dom@15.10.2:
version "15.10.2"
resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-15.10.2.tgz#14ae6652d1a80d2611e3f5832cb61ab5e2d1b539"
Expand All @@ -7052,15 +7043,6 @@ happy-dom@15.10.2:
webidl-conversions "^7.0.0"
whatwg-mimetype "^3.0.0"

happy-dom@15.7.4:
version "15.7.4"
resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-15.7.4.tgz#05aade59c1d307336001b7004c76dfc6a829f220"
integrity sha512-r1vadDYGMtsHAAsqhDuk4IpPvr6N8MGKy5ntBo7tSdim+pWDxus2PNqOcOt8LuDZ4t3KJHE+gCuzupcx/GKnyQ==
dependencies:
entities "^4.5.0"
webidl-conversions "^7.0.0"
whatwg-mimetype "^3.0.0"

has-ansi@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91"
Expand Down

0 comments on commit 22358fa

Please sign in to comment.