Skip to content

Commit

Permalink
chore: fix next issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaaru committed Jan 10, 2024
1 parent 908710e commit 79c0580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/common/Table/TableLoading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ function TableLoading() {
<h2 className="text-14 md:text-28 font-semibold text-primary-500">
Search Results
</h2>
<p className="text-12 md:text-16 text-neutral-800">
<div className="text-12 md:text-16 text-neutral-800">
<Skeleton width={300} height={10} />
</p>
</div>
</div>
<div className="md:mt-25">
<div className="w-full">
Expand Down

0 comments on commit 79c0580

Please sign in to comment.