Skip to content

Commit 217d025

Browse files
Merge pull request #155 from StackOverflowIsBetterThanAnyAI/148-center-image-on-screen-if-there-are-no-livestreams-for-given-keywords
center error image if there are no livestreams
2 parents af5dbc6 + 191e503 commit 217d025

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/streamFeed/StreamNoResults.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ const StreamNoResults = () => {
1212
Make sure all words are spelled correctly or try different
1313
keywords.
1414
</h3>
15-
<section className="py-2 max-w-lg m-auto">
15+
<section className="py-4 max-w-lg m-auto">
1616
<StreamThumbnail
17+
isError={true}
1718
thumbnail_url={fallbackThumbnailImage}
1819
user_name="no current Livestreams"
1920
/>

0 commit comments

Comments
 (0)