mirror of
https://git.aramjonghu.dev/AramJonghu/aramjonghu-site.git
synced 2026-09-06 23:33:30 +02:00
chore: format frontend with prettier
This commit is contained in:
@@ -1,21 +1,19 @@
|
||||
export default function Stream() {
|
||||
return (
|
||||
<div className="text-ctp-text flex flex-col min-h-screen px-4 py-6">
|
||||
<div className="w-full text-center flex flex-col flex-1">
|
||||
<h1 className="text-4xl font-bold text-ctp-mauve mb-6">
|
||||
Stream
|
||||
</h1>
|
||||
return (
|
||||
<div className="text-ctp-text flex flex-col min-h-screen px-4 py-6">
|
||||
<div className="w-full text-center flex flex-col flex-1">
|
||||
<h1 className="text-4xl font-bold text-ctp-mauve mb-6">Stream</h1>
|
||||
|
||||
<div className="stream-frame w-full mx-auto flex-1 max-h-[85vh]">
|
||||
<iframe
|
||||
src="https://stream.aramjonghu.nl"
|
||||
title="Stream"
|
||||
allow="autoplay; fullscreen; picture-in-picture"
|
||||
loading="lazy"
|
||||
className="w-full h-full border-0 rounded-lg"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="stream-frame w-full mx-auto flex-1 max-h-[85vh]">
|
||||
<iframe
|
||||
src="https://stream.aramjonghu.nl"
|
||||
title="Stream"
|
||||
allow="autoplay; fullscreen; picture-in-picture"
|
||||
loading="lazy"
|
||||
className="w-full h-full border-0 rounded-lg"
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user