From 9555262987164d015df625545ace3cd093cf00c5 Mon Sep 17 00:00:00 2001 From: Leithon English Date: Thu, 10 Mar 2022 11:10:50 -0500 Subject: [PATCH] canary commit #1 --- .../src/components/buttons/InfoIndicatorButton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-gatsby-cloud/src/components/buttons/InfoIndicatorButton.js b/packages/gatsby-plugin-gatsby-cloud/src/components/buttons/InfoIndicatorButton.js index 4cdf28f2cb51b..51763f107032e 100644 --- a/packages/gatsby-plugin-gatsby-cloud/src/components/buttons/InfoIndicatorButton.js +++ b/packages/gatsby-plugin-gatsby-cloud/src/components/buttons/InfoIndicatorButton.js @@ -222,7 +222,7 @@ const InfoIndicatorButton = ({ [BuildStatus.BUILDING]: displaySimpleMessage(`Building your preview...`), [BuildStatus.QUEUED]: () => displaySimpleMessage(`Kicking off your build...`), - [BuildStatus.UPLOADING]: () => displaySimpleMessage(`Deploying...`), + [BuildStatus.UPLOADING]: () => displaySimpleMessage(`Deploying.....`), } // this is because the build status enum is used for ui state - so we can't have 1 ui state that covers multiple build statuses.