Skip to content

Commit

Permalink
fixed author skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
chuma-beep committed Oct 13, 2024
1 parent f3a2026 commit 4e6275a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/profile/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const UserProfile = () => {

const Skeleton = () => (
<div className="animate-pulse p-16">
<div className="p-8 bg-white shadow mt-24">
<div className="p-8 bg-transparent shadow mt-24">
<div className="grid grid-cols-1 md:grid-cols-3">
<div className="grid grid-cols-3 text-center order-last md:order-first mt-20 md:mt-0">
<div className="h-6 bg-gray-200 rounded w-16 mx-auto"></div>
Expand Down

0 comments on commit 4e6275a

Please sign in to comment.