Skip to content

Commit

Permalink
feat: ecosystem card bg / borders
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Jan 12, 2024
1 parent 2440e78 commit 8a489bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/marginfi-v2-ui/src/pages/ecosystem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export default function Ecosystem() {
</div>
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4 md:gap-4 lg:gap-8 w-full pb-20">
{projects.map((project, index) => (
<Card className="w-full" key={index}>
<Card className="w-full bg-muted border border-muted-foreground/20" key={index}>
<CardHeader>
<CardTitle className="font-medium text-lg">{project.title}</CardTitle>
{project.description && <CardDescription>{project.description}</CardDescription>}
Expand Down

0 comments on commit 8a489bb

Please sign in to comment.