From 2b71cb9307eb6acf53c3fd1ee4a1943201d43e4f Mon Sep 17 00:00:00 2001 From: rudouglas Date: Wed, 2 Jun 2021 11:44:59 +0100 Subject: [PATCH] fix: adding title prop --- src/components/InstallButton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/InstallButton.js b/src/components/InstallButton.js index 93bc95ee7..e4a722030 100644 --- a/src/components/InstallButton.js +++ b/src/components/InstallButton.js @@ -37,7 +37,7 @@ const InstallButton = ({ children, title, ...props }) => { margin-right: 2px; `} > - Install + {title}