fix slider post and add skeleton
This commit is contained in:
@@ -28,13 +28,16 @@ export default async function HomePageBlog({ locale, className }: Props) {
|
||||
<h4 className="text-base font-extralight tracking-normal max-lg:hidden">
|
||||
{t('com_home_blog_description')}
|
||||
</h4>
|
||||
<Button
|
||||
link={routes.blog.route()}
|
||||
endIcon="showMore"
|
||||
className="mt-5"
|
||||
>
|
||||
{t('com_home_blog_show_more')}
|
||||
</Button>
|
||||
|
||||
<div className="flex w-full justify-end">
|
||||
<Button
|
||||
link={routes.blog.route()}
|
||||
endIcon="showMore"
|
||||
className="mt-5"
|
||||
>
|
||||
{t('com_home_blog_show_more')}
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user