We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5dbc6 commit 191e503Copy full SHA for 191e503
src/components/streamFeed/StreamNoResults.tsx
@@ -12,8 +12,9 @@ const StreamNoResults = () => {
12
Make sure all words are spelled correctly or try different
13
keywords.
14
</h3>
15
- <section className="py-2 max-w-lg m-auto">
+ <section className="py-4 max-w-lg m-auto">
16
<StreamThumbnail
17
+ isError={true}
18
thumbnail_url={fallbackThumbnailImage}
19
user_name="no current Livestreams"
20
/>
0 commit comments