From e3dd2f1bf079e44fc4fc04b0b439bbaa58c7f869 Mon Sep 17 00:00:00 2001 From: Juan Alvarado Date: Fri, 15 Mar 2024 23:30:53 -0400 Subject: [PATCH] Fix spinner --- .../EpisodeList/EpisodeListSpinner.tsx | 6 +++--- src/client/components/Icons.tsx | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/src/client/EpisodesScreen/EpisodeList/EpisodeListSpinner.tsx b/src/client/EpisodesScreen/EpisodeList/EpisodeListSpinner.tsx index 5b6805a..126e472 100644 --- a/src/client/EpisodesScreen/EpisodeList/EpisodeListSpinner.tsx +++ b/src/client/EpisodesScreen/EpisodeList/EpisodeListSpinner.tsx @@ -1,10 +1,10 @@ import React from "react"; -import { Soulection } from "../../components/Icons"; +import { Soulector } from "../../components/Icons"; export default function EpisodeListSpinner() { return ( -
- +
+
Loading Episodes
); diff --git a/src/client/components/Icons.tsx b/src/client/components/Icons.tsx index d02cec0..94dc45f 100644 --- a/src/client/components/Icons.tsx +++ b/src/client/components/Icons.tsx @@ -1,5 +1,23 @@ import React from "react"; +export function Soulector(props: any) { + return ( + + + + ); +} + export function Soulection(props: any) { return (