Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
SakinduRansindu authored Dec 31, 2024
2 parents 670aef1 + a6fe5ac commit eab9cec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/blocks/expandable-card-standard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export default function ExpandableCard() {
else if (isLoading) {
return <div>Loading...</div>;
}

else if (cards.length<3 ) {
return <></>;
}
Expand Down
1 change: 1 addition & 0 deletions src/components/ui/google-gemini-effect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ const StatusCard: React.FC<StatusCardProps> = ({
Register
</span>
</button>

</div>
</motion.div>

Expand Down

0 comments on commit eab9cec

Please sign in to comment.