Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 85adf5b

Browse files
committed
fix twitch stream images
1 parent 943c4c1 commit 85adf5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/home/live-stream.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const LiveStream = ({ stream }: LiveStreamProps) => {
2121
className='border-2 no-underline hover:bg-accent'
2222
>
2323
<div className='text-center'>
24-
<Image
24+
<img
2525
className='m-auto w-full'
2626
src={stream.thumbnail_url
2727
.replace(/{width}/g, '320')

0 commit comments

Comments
 (0)