Skip to content

Commit

Permalink
add viewers after viewer_count
Browse files Browse the repository at this point in the history
  • Loading branch information
last-arg committed Aug 15, 2021
1 parent c8cbb29 commit dacb597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Category.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const CategoryStreams: Component<StreamProps> = (props) => {
src={createLiveUserImageUrl(stream.thumbnail_url, IMG_STREAM_WIDTH, IMG_STREAM_HEIGHT)}
width={IMG_STREAM_WIDTH} height={IMG_STREAM_HEIGHT}
/>
<p class="absolute bottom-0 left-0 bg-trueGray-800 text-trueGray-100 text-sm px-1 rounded-sm mb-1 ml-1">{stream.viewer_count}</p>
<p class="absolute bottom-0 left-0 bg-trueGray-800 text-trueGray-100 text-sm px-1 rounded-sm mb-1 ml-1">{stream.viewer_count} viewers</p>
</div>
<div class="flex justify-between items-center">
<p class="truncate flex-shrink w-full-1rem">{stream.title}</p>
Expand Down

0 comments on commit dacb597

Please sign in to comment.