From 441e643806ef6c1c8d10a64d22ab071a5d6e8024 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Thu, 5 Jun 2025 20:21:37 +0200 Subject: Add React technology badge and new portfolio project for Costa Ártabra heritage map MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TechnologyBadge.astro | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/components/TechnologyBadge.astro') diff --git a/src/components/TechnologyBadge.astro b/src/components/TechnologyBadge.astro index 83d0d40..204bef6 100644 --- a/src/components/TechnologyBadge.astro +++ b/src/components/TechnologyBadge.astro @@ -80,6 +80,11 @@ export const technologies: { [key: string]: Technology } = { text: "dark", icon: "world", }, + react: { + name: "React", + colour: "#087ea4", + icon: "brand-react", + } }; interface Props { -- cgit v1.3