From de428dbd46fc175b86d7dc1ae50b95a4ad4963cf Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Mon, 22 Jul 2024 01:04:17 +0200 Subject: [PATCH] chore: Update profile color in features component --- src/components/feature.tsx | 2 +- src/components/mobile-nav.tsx | 6 ++++++ src/components/navigation.tsx | 16 +++++++++------- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/src/components/feature.tsx b/src/components/feature.tsx index e08864a..5ef28be 100644 --- a/src/components/feature.tsx +++ b/src/components/feature.tsx @@ -12,7 +12,7 @@ export default function Feature({ color: string; }) { return ( -
+
diff --git a/src/components/mobile-nav.tsx b/src/components/mobile-nav.tsx index 25a4c06..da4a895 100644 --- a/src/components/mobile-nav.tsx +++ b/src/components/mobile-nav.tsx @@ -54,6 +54,12 @@ export function MobileNav() { > Source Code + + Donate {"<"}3 + {components.map(({title, href, description}) => ( + + + + + Donate + + + Useful Links @@ -90,13 +99,6 @@ export function Navigation() { - - - - Documentation - - -