From f346096897ebfc76c8c2a95ec63e72ce095489b6 Mon Sep 17 00:00:00 2001 From: Rachael Sewell Date: Wed, 29 Sep 2021 15:00:37 -0700 Subject: [PATCH] move playground loading indicator image (#21816) --- {public => assets/images}/playground/loading.gif | Bin components/playground/editor/LoadingIndicator.tsx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {public => assets/images}/playground/loading.gif (100%) diff --git a/public/playground/loading.gif b/assets/images/playground/loading.gif similarity index 100% rename from public/playground/loading.gif rename to assets/images/playground/loading.gif diff --git a/components/playground/editor/LoadingIndicator.tsx b/components/playground/editor/LoadingIndicator.tsx index 94a8717630..06b910cad0 100644 --- a/components/playground/editor/LoadingIndicator.tsx +++ b/components/playground/editor/LoadingIndicator.tsx @@ -3,7 +3,7 @@ import { Box, Text } from '@primer/components' export function LoadingIndicator() { return ( - bouncing octocat + bouncing octocat Loading...