build
This commit is contained in:
parent
1b644b5154
commit
1a6af5899f
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -6,8 +6,8 @@
|
|||
<meta name="description" id="meta-description" content="" />
|
||||
<meta name="keywords" id="meta-keywords" content="" />
|
||||
<title>Türkmenistan Habarlar Portaly</title>
|
||||
<script type="module" crossorigin src="/assets/index-d1198b95.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-870815be.css">
|
||||
<script type="module" crossorigin src="/assets/index-ffe28ddb.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-72d889a4.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ const CustomNewsScroll = ({
|
|||
date={dataEl?.published_at}
|
||||
categories={dataEl?.categories}
|
||||
img={dataEl?.featured_images[0]?.path}
|
||||
video={dataEl.video}
|
||||
video={{ type: dataEl?.type, url: dataEl?.video }}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
@ -58,7 +58,7 @@ const CustomNewsScroll = ({
|
|||
date={dataEl?.published_at}
|
||||
categories={dataEl?.categories}
|
||||
img={dataEl?.featured_images[0]?.path}
|
||||
video={dataEl.video}
|
||||
video={{ type: dataEl?.type, url: dataEl?.video }}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ import { IFeaturedData } from "../../types/store.types";
|
|||
|
||||
// Types
|
||||
interface IProps {
|
||||
data: IFeaturedData["data"]["data"]["data"];
|
||||
data: IFeaturedData["data"]["data"];
|
||||
}
|
||||
|
||||
const ContentSlider = ({ data }: IProps) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue