b5
dev sp 2024-02-16 12:38:40 +00:00
parent 136ceab9b6
commit 90a2fe8d9b
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ const news = data;
<div>
<section class="container mx-auto px-4">
<div class="text-[#780a0a] py-6 flex flex-row" id="">
<a id="folder" href="/en"></a> &nbsp;>&nbsp;
<a id="folder" href="/bn"></a> &nbsp;>&nbsp;
<p id="cat"></p>
</div>
<BNCategory client:visible />

View File

@ -13,7 +13,7 @@ const news = data;
<div>
<section class="container mx-auto px-4">
<div class="text-[#780a0a] py-6 flex flex-row" id="">
<a id="folder" href="/zh"></a> &nbsp;>&nbsp;
<a id="folder" href="/es"></a> &nbsp;>&nbsp;
<p id="cat"></p>
</div>
<ESCategory client:visible />

View File

@ -13,7 +13,7 @@ const news = data;
<div>
<section class="container mx-auto px-4">
<div class="text-[#780a0a] py-6 flex flex-row" id="">
<a id="folder" href="/en"></a> &nbsp;>&nbsp;
<a id="folder" href="/hi"></a> &nbsp;>&nbsp;
<p id="cat"></p>
</div>
<HICategory client:visible />