generated from dwd/boilarplate-astro-tailwind
change
parent
136ceab9b6
commit
90a2fe8d9b
|
@ -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> >
|
||||
<a id="folder" href="/bn"></a> >
|
||||
<p id="cat"></p>
|
||||
</div>
|
||||
<BNCategory client:visible />
|
||||
|
|
|
@ -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> >
|
||||
<a id="folder" href="/es"></a> >
|
||||
<p id="cat"></p>
|
||||
</div>
|
||||
<ESCategory client:visible />
|
||||
|
|
|
@ -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> >
|
||||
<a id="folder" href="/hi"></a> >
|
||||
<p id="cat"></p>
|
||||
</div>
|
||||
<HICategory client:visible />
|
||||
|
|
Loading…
Reference in New Issue