From 4ea2a5f9a0c38c93fd34817f1cff6bddf7e7b4cd Mon Sep 17 00:00:00 2001 From: Adam Chambers Date: Tue, 9 Jan 2024 14:01:05 -0500 Subject: [PATCH] chore: ecosystem content updates, avatar hover state --- apps/marginfi-v2-ui/src/pages/ecosystem.tsx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/apps/marginfi-v2-ui/src/pages/ecosystem.tsx b/apps/marginfi-v2-ui/src/pages/ecosystem.tsx index b8ee84594b..d5b140edd6 100644 --- a/apps/marginfi-v2-ui/src/pages/ecosystem.tsx +++ b/apps/marginfi-v2-ui/src/pages/ecosystem.tsx @@ -21,7 +21,7 @@ const projects = [ github: "https://github.com/mrgnlabs/marginfi-v2", repo: "mrgnlabs/marginfi-v2", author: { - name: "marginfi", + name: "marginfi inc", avatar: "/mrgn_logo_192.png", url: "https://marginfi.com", }, @@ -33,7 +33,7 @@ const projects = [ github: "https://github.com/mrgnlabs/mrgn-ts/tree/main/apps/marginfi-v2-ui", repo: "mrgnlabs/mrgn-ts", author: { - name: "marginfi", + name: "marginfi inc", avatar: "/mrgn_logo_192.png", url: "https://marginfi.com", }, @@ -44,7 +44,7 @@ const projects = [ github: "https://github.com/mrgnlabs/mrgn-ts/tree/main/apps/alpha-liquidator", repo: "mrgnlabs/mrgn-ts", author: { - name: "marginfi", + name: "marginfi inc", avatar: "/mrgn_logo_192.png", url: "https://marginfi.com", }, @@ -56,7 +56,7 @@ const projects = [ url: "https://omni.marginfi.com/", repo: "mrgnlabs/mrgn-ts", author: { - name: "marginfi", + name: "marginfi inc", avatar: "/mrgn_logo_192.png", url: "https://marginfi.com", }, @@ -180,7 +180,12 @@ export default function Ecosystem() { {project.description && {project.description}} - +