From e2f6ddde520eb559829c27bfaf9f2f1b4565660d Mon Sep 17 00:00:00 2001 From: David Corbitt Date: Sat, 8 Jul 2023 21:00:20 -0700 Subject: [PATCH] Update repo name throughout codebase --- src/components/PublicPlaygroundWarning.tsx | 2 +- src/components/nav/AppShell.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PublicPlaygroundWarning.tsx b/src/components/PublicPlaygroundWarning.tsx index bb81b43..ef612e5 100644 --- a/src/components/PublicPlaygroundWarning.tsx +++ b/src/components/PublicPlaygroundWarning.tsx @@ -11,7 +11,7 @@ export default function PublicPlaygroundWarning() { Warning: this is a public playground. Anyone can see, edit or delete your experiments. For private use,{" "} - + run a local copy . diff --git a/src/components/nav/AppShell.tsx b/src/components/nav/AppShell.tsx index 37c6f9a..576a3a0 100644 --- a/src/components/nav/AppShell.tsx +++ b/src/components/nav/AppShell.tsx @@ -65,7 +65,7 @@ const NavSidebar = () => {