From db5cb8e50e385c0e7b322a1eddff5a8fa8034795 Mon Sep 17 00:00:00 2001 From: corlard3y Date: Thu, 26 Sep 2024 16:27:11 +0100 Subject: [PATCH] update icon rul --- src/components/ChannelItem.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/ChannelItem.tsx b/src/components/ChannelItem.tsx index 42a3fc9b35..4e8000a12e 100644 --- a/src/components/ChannelItem.tsx +++ b/src/components/ChannelItem.tsx @@ -74,6 +74,7 @@ export const Tilt = (props) => { const ChannelItem = ({ channelProp }, delay) => { const [channelObject, setChannelObject] = React.useState({}); const [loading, setLoading] = React.useState(true); + const imageBaseUrl = 'https://backend.epns.io'; React.useEffect(() => { if (!channelProp) return; @@ -95,7 +96,13 @@ const ChannelItem = ({ channelProp }, delay) => { {loading && } {!loading && channelObject.icon && ( - + )} {!loading && channelObject.imageFile && (