File tree Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ const LandingPage = ({ t, ...S }) => layout(
2626 < img src = { `${ staticRoot } img/logos/lwk.svg` } alt = "LWK Logo" />
2727 < img src = { `${ staticRoot } img/logos/aqua.svg` } alt = "Aqua Logo" />
2828 < img src = { `${ staticRoot } img/logos/bitcoin-dev-kit.svg` } alt = "Bitcoin Dev Kit" />
29+ < img src = { `${ staticRoot } img/logos/nunchuk.svg` } alt = "Nunchuk" />
2930 </ div >
3031 </ div >
3132
@@ -39,6 +40,7 @@ const LandingPage = ({ t, ...S }) => layout(
3940 < img src = { `${ staticRoot } img/logos/lwk.svg` } alt = "LWK Logo" className = "logo-item" />
4041 < img src = { `${ staticRoot } img/logos/aqua.svg` } alt = "Aqua Logo" className = "logo-item" />
4142 < img src = { `${ staticRoot } img/logos/bitcoin-dev-kit.svg` } alt = "Bitcoin Dev Kit" className = "logo-item" />
43+ < img src = { `${ staticRoot } img/logos/nunchuk.svg` } alt = "Nunchuk" className = "logo-item" />
4244 </ div >
4345 </ div >
4446 </ div >
Original file line number Diff line number Diff line change @@ -3036,6 +3036,10 @@ h3.table-title{
30363036 will-change : transform;
30373037}
30383038
3039+ .logos img : last-child , .logos-track img : last-child {
3040+ max-width : 180px ;
3041+ }
3042+
30393043.logo-item {
30403044 height : 30px ;
30413045 width : auto;
You can’t perform that action at this time.
0 commit comments