feat: update fixing ContentCategory

This commit is contained in:
hanif salafi 2025-05-06 14:10:55 +07:00
parent 1fd181fca3
commit 02ace4d28f
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ const page = () => {
<WelcomePolda />
<LatestContentKaltara group="polda" type="latest" />
<LatestContentKaltara group="polda" type="popular" />
<ContentCategory group="polda" />
<ContentCategory group="polda" type="latest" />
<ContactUsKaltara />
<NewsTickerKaltara />
</div>
@ -34,7 +34,7 @@ const page = () => {
<WelcomePolda />
<NewContent group="polda" type="latest" />
<NewContent group="polda" type="popular" />
<ContentCategory group="polda" />
<ContentCategory group="polda" type="latest" />
</div>
);
};

View File

@ -13,7 +13,7 @@ const page = () => {
<WelcomeSatker />
<NewContent group="satker" type="latest" />
<NewContent group="satker" type="popular" />
<ContentCategory group="satker" />
<ContentCategory group="satker" type="latest" />
</div>
);
};