We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e28f4 commit b8ea34bCopy full SHA for b8ea34b
2 files changed
src/App.css
@@ -672,6 +672,10 @@ Producthunt item
672
line-height: 56px;
673
font-size: 24px;
674
}
675
+.navigationItem img {
676
+ width: 18px;
677
+ height: 18px;
678
+}
679
.navigationItem:hover {
680
display: block;
681
height: 100%;
src/components/MobileLayout.js
@@ -13,7 +13,7 @@ function MobileLayout({ setShowSettings }) {
13
<div>
14
{currentCard &&
15
React.createElement(currentCard.component, {
16
- key: 'Hackernews',
+ key: currentCard.value,
17
label: currentCard.label,
18
analyticsTag: currentCard.analyticsTag,
19
withAds: false,
0 commit comments