Skip to content

Commit 191e503

Browse files
center error image if there are no livestreams
1 parent af5dbc6 commit 191e503

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)