feat: update fixing ContentCategory
This commit is contained in:
parent
1fd181fca3
commit
02ace4d28f
|
|
@ -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>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue