nice pic iszing

This commit is contained in:
talksik
2022-05-01 17:29:54 -05:00
parent 5a144a6dcb
commit ecf2b39d7f
3 changed files with 12 additions and 3 deletions
+8 -1
View File
@@ -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>
);
}