Skip to content

Commit b8ea34b

Browse files
committed
resize big bottom navigation icons
1 parent 13e28f4 commit b8ea34b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/App.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,10 @@ Producthunt item
672672
line-height: 56px;
673673
font-size: 24px;
674674
}
675+
.navigationItem img {
676+
width: 18px;
677+
height: 18px;
678+
}
675679
.navigationItem:hover {
676680
display: block;
677681
height: 100%;

src/components/MobileLayout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function MobileLayout({ setShowSettings }) {
1313
<div>
1414
{currentCard &&
1515
React.createElement(currentCard.component, {
16-
key: 'Hackernews',
16+
key: currentCard.value,
1717
label: currentCard.label,
1818
analyticsTag: currentCard.analyticsTag,
1919
withAds: false,

0 commit comments

Comments
 (0)