This commit is contained in:
VividTruthKeeper 2023-03-06 13:43:17 +05:00
parent 742920c780
commit 1899851f6c
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

2
dist/index.html vendored
View File

@ -6,7 +6,7 @@
<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-eae81109.js"></script>
<script type="module" crossorigin src="/assets/index-f668124c.js"></script>
<link rel="stylesheet" href="/assets/index-be370464.css">
</head>
<body>

View File

@ -65,7 +65,7 @@ const Aside = ({ type }: Props) => {
key={uuidv4()}
title={el.title}
date={el.published_at}
category={el.categories[0].name}
category={el.categories[0] ? el.categories[0].name : ""}
img={el.featured_images[0] ? el.featured_images[0].path : ""}
id={el.id}
/>