From 5e05948c166a7d4ad4d9f46042f9d6f7e4834581 Mon Sep 17 00:00:00 2001 From: Josh Weaver Date: Thu, 4 Feb 2021 17:26:45 -0500 Subject: [PATCH] changes some comments --- src/components/Button/Button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Button/Button.js b/src/components/Button/Button.js index d591e4a3..42516919 100644 --- a/src/components/Button/Button.js +++ b/src/components/Button/Button.js @@ -35,7 +35,7 @@ export const ENUMS = { }; /** - * An epic, clickable button that does things! + * A Basic button with configurable options! **/ export const Button = ({ text,