Skip to content

Commit 7b943fa

Browse files
Serhii Prykhozhyiphilippem
authored andcommitted
add nunchuk logo
1 parent 08afa13 commit 7b943fa

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

client/src/views/lander.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

www/img/logos/nunchuk.svg

Lines changed: 19 additions & 0 deletions
Loading

www/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)