video
parent
18715fb688
commit
7fa7bd043b
|
@ -2,11 +2,12 @@ import { Card } from "antd";
|
|||
|
||||
export default function Dashboard() {
|
||||
return (
|
||||
<Card title="Dashboard">
|
||||
<Card title="Dashboard" style={{ height: "100%" }}>
|
||||
<iframe
|
||||
src="https://youtu.be/iSwaz71_YkE"
|
||||
src="https://www.youtube.com/watch?v=iSwaz71_YkE"
|
||||
style={{
|
||||
width: "100%",
|
||||
height: "100%",
|
||||
}}
|
||||
/>
|
||||
</Card>
|
||||
|
|
Loading…
Reference in New Issue