Skip to content

Commit

Permalink
format: make the code prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 13, 2025
1 parent 306a349 commit 3ba09b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/components/custom/hero/agents.sec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default function AgentsSec() {
key={index}
className={cn(
card.class,
"relative group overflow-hidden backdrop-blur-sm rounded-3xl p-8 hover:bg-accent/10 transition-all duration-300 border-2 border-accent/50"
"relative group overflow-hidden backdrop-blur-sm rounded-3xl p-8 hover:bg-accent/10 transition-all duration-300 border-2 border-accent/50",
)}
>
{/* <card.icon className="w-10 h-10 text-primary mb-4" /> */}
Expand Down

1 comment on commit 3ba09b6

@vercel
Copy link

@vercel vercel bot commented on 3ba09b6 Jan 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

plura-web – ./apps/www

plura-web-git-main-bluefinz.vercel.app
plura.pro
www.plura.pro
plura-web-kohl.vercel.app
plura-web-bluefinz.vercel.app

Please sign in to comment.