Skip to content

Commit

Permalink
Restrict access to other user conversations
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Nov 17, 2023
1 parent f519a7b commit 020726f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/client/components/Loader.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default function Loader() {
return (
<div className="absolute top-[38%] left-[45%] -translate-y-2/4 -translate-x-2/4">
<div className="w-12 h-12 border-4 border-white rounded-full animate-spin border-t-captn-light-blue border-t-4"></div>
</div>
)
}
return (
<div className="absolute top-[38%] left-[45%] -translate-y-2/4 -translate-x-2/4">
<div className="w-12 h-12 border-4 border-white rounded-full animate-spin border-t-captn-light-blue border-t-4"></div>
</div>
);
}

0 comments on commit 020726f

Please sign in to comment.