master
alex 2024-02-24 22:29:57 +01:00
parent 18715fb688
commit 7fa7bd043b
1 changed files with 3 additions and 2 deletions

View File

@ -2,11 +2,12 @@ import { Card } from "antd";
export default function Dashboard() { export default function Dashboard() {
return ( return (
<Card title="Dashboard"> <Card title="Dashboard" style={{ height: "100%" }}>
<iframe <iframe
src="https://youtu.be/iSwaz71_YkE" src="https://www.youtube.com/watch?v=iSwaz71_YkE"
style={{ style={{
width: "100%", width: "100%",
height: "100%",
}} }}
/> />
</Card> </Card>