Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
samyarkd committed Oct 10, 2023
1 parent b591ba8 commit 6536027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/producti-mate/src/app/join-gaols/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const JoinGoals = () => {
const goals = usePublicGoals();

return (
<div className="p-4">
<div className="p-4 space-y-4">
{goals.isLoading && (
<div className="flex items-center justify-center">
<p>Loading...</p>
Expand Down

0 comments on commit 6536027

Please sign in to comment.