nice pic iszing
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
export default function Overlay() {
|
||||
//todo: change window size based on how many streams are being shown
|
||||
|
||||
return (
|
||||
<div className="flex flex-col bg-transparent">this is the overlay</div>
|
||||
<div className="flex flex-col bg-transparent">
|
||||
<img
|
||||
className="w w-fit"
|
||||
src="https://miro.medium.com/max/1200/1*hONz6Wttkst4FUp_0hwQJQ.png"
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user