aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/button
diff options
context:
space:
mode:
authorLibravatar Aditya Mangalampalli <aditya.mangalampalli@gmail.com>2022-04-15 02:00:25 -0700
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-16 21:57:57 +0530
commit210131ca184c3aa043371857c022aa1aa149efbf (patch)
tree6bc4e10a1540e55a66146c099bc468a12287425e /src/components/ui/button
parentUpdate submodule url to ferdium-recipes (#1) (diff)
downloadferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.tar.gz
ferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.tar.zst
ferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.zip
Matched casing for almost all replacements
Diffstat (limited to 'src/components/ui/button')
-rw-r--r--src/components/ui/button/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/button/index.tsx b/src/components/ui/button/index.tsx
index d91b1ee19..b18f44909 100644
--- a/src/components/ui/button/index.tsx
+++ b/src/components/ui/button/index.tsx
@@ -198,7 +198,7 @@ class ButtonComponent extends Component<IProps> {
198 if (loaded) { 198 if (loaded) {
199 showLoader = !loaded; 199 showLoader = !loaded;
200 console.warn( 200 console.warn(
201 'Ferdi Button prop `loaded` will be deprecated in the future. Please use `busy` instead', 201 'Ferdium Button prop `loaded` will be deprecated in the future. Please use `busy` instead',
202 ); 202 );
203 } 203 }
204 if (busy) { 204 if (busy) {