From 8a489bbd7975fd62cf8e5a109fe7009a0d850411 Mon Sep 17 00:00:00 2001 From: Adam Chambers Date: Fri, 12 Jan 2024 13:07:48 -0500 Subject: [PATCH] feat: ecosystem card bg / borders --- apps/marginfi-v2-ui/src/pages/ecosystem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/marginfi-v2-ui/src/pages/ecosystem.tsx b/apps/marginfi-v2-ui/src/pages/ecosystem.tsx index 2a48bc60af..2244f9b71e 100644 --- a/apps/marginfi-v2-ui/src/pages/ecosystem.tsx +++ b/apps/marginfi-v2-ui/src/pages/ecosystem.tsx @@ -186,7 +186,7 @@ export default function Ecosystem() {
{projects.map((project, index) => ( - + {project.title} {project.description && {project.description}}