Skip to content

Commit

Permalink
fix: align explore page skeletons with container (#937)
Browse files Browse the repository at this point in the history
Co-authored-by: PickleNik <31113245+PickleNik@users.noreply.github.com>
  • Loading branch information
G-R3 and PickleNik committed Oct 23, 2023
1 parent 23e4d48 commit 502ff2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function ExploreSectionSkeleton() {
<Skeleton className="my-4 h-10 w-1/3 rounded-lg bg-zinc-300 dark:bg-zinc-700" />
<Skeleton className="my-4 mr-4 h-4 w-16 rounded-lg bg-zinc-300 dark:bg-zinc-700" />
</div>
<div className="flex w-full flex-nowrap gap-4 overflow-x-hidden px-4 md:px-20">
<div className="flex w-full flex-nowrap gap-4 overflow-x-hidden px-4 md:px-20" id="container">
<ExploreCardSkeleton />
<ExploreCardSkeleton />
<ExploreCardSkeleton />
Expand Down

2 comments on commit 502ff2c

@vercel
Copy link

@vercel vercel bot commented on 502ff2c Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

typehero-web-staging – ./apps/web

typehero-web-staging-trash-company.vercel.app
typehero-web-staging-git-main-trash-company.vercel.app
staging.typehero.dev

@vercel
Copy link

@vercel vercel bot commented on 502ff2c Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

typehero – ./apps/web

typehero-git-main-trash-company.vercel.app
typehero-trash-company.vercel.app
typehero.dev
www.typehero.dev

Please sign in to comment.