mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Update to tailwind V4
This commit is contained in:
parent
fee27fa99e
commit
44ffb3d986
13 changed files with 262 additions and 434 deletions
|
|
@ -16,7 +16,7 @@ const { title, href, image, loading = false } = props
|
|||
{
|
||||
loading ? (
|
||||
<div class='pt-2.5'>
|
||||
<div class='rounded animate-pulse bg-gray size-40 mx-auto' />
|
||||
<div class='rounded-md animate-pulse bg-gray size-40 mx-auto' />
|
||||
</div>
|
||||
) : (
|
||||
<Image
|
||||
|
|
@ -33,8 +33,8 @@ const { title, href, image, loading = false } = props
|
|||
loading ? (
|
||||
<div class='animate-pulse p-2.5 px-4'>
|
||||
<div class='space-y-3'>
|
||||
<div class='h-2 rounded bg-gray' />
|
||||
<div class='h-2 rounded bg-gray' />
|
||||
<div class='h-2 rounded-md bg-gray' />
|
||||
<div class='h-2 rounded-md bg-gray' />
|
||||
</div>
|
||||
</div>
|
||||
) : (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue