diff --git a/lib/dpul_collections_web/components/core_components.ex b/lib/dpul_collections_web/components/core_components.ex
index 78f2601f..b24d5590 100644
--- a/lib/dpul_collections_web/components/core_components.ex
+++ b/lib/dpul_collections_web/components/core_components.ex
@@ -79,18 +79,6 @@ defmodule DpulCollectionsWeb.CoreComponents do
<.flash kind={:info} title={gettext("Success!")} flash={@flash} />
<.flash kind={:error} title={gettext("Error!")} flash={@flash} />
- <.flash
- id="client-error"
- kind={:error}
- title={gettext("We can't find the internet")}
- phx-disconnected={show(".phx-client-error #client-error")}
- phx-connected={hide("#client-error")}
- hidden
- >
- <%= gettext("Attempting to reconnect") %>
- <.icon name="hero-arrow-path" class="ml-1 h-3 w-3 animate-spin" />
-
-
<.flash
id="server-error"
kind={:error}