From 1f112824adcd9881b8396843ddbb37a859338b7b Mon Sep 17 00:00:00 2001 From: JT Ziolo Date: Wed, 28 Jun 2023 23:50:48 -0600 Subject: [PATCH] fix: add GithubIcon 'w' and 'h' props Fixed the following issue: On line 68 of [path].js, the props ``w`` and ``h`` are passed into GithubIcon, but these props are excluded from the definition of GithubIcon (lines 229 - 244 of Icons.js). --- components/Icons.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/Icons.js b/components/Icons.js index ec0fcf6..655aa4d 100644 --- a/components/Icons.js +++ b/components/Icons.js @@ -226,12 +226,12 @@ export function AzureIcon() { ); } -export function GithubIcon() { +export function GithubIcon({ w, h }) { return (