We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17902a commit 9c25c88Copy full SHA for 9c25c88
src/pages/plugins/index.js
@@ -161,7 +161,7 @@ function PluginsPage() {
161
</div>
162
163
{plugins.map((plugin) => (
164
- <PluginComponent plugin={plugin} />
+ <PluginComponent key={plugin.name} plugin={plugin} />
165
))}
166
</main>
167
</Layout>
src/pages/plugins/plugins.module.scss
@@ -11,7 +11,7 @@
11
cursor: text;
12
color: var(--ifm-navbar-search-input-color);
13
display: inline-block;
14
- font-size: 0.9rem;
+ font-size: 1.1rem;
15
line-height: 3rem;
16
outline: none;
17
padding: 0 0.5rem 0 2.25rem;
0 commit comments