diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-05 20:21:37 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-05 20:21:37 +0200 |
| commit | 441e643806ef6c1c8d10a64d22ab071a5d6e8024 (patch) | |
| tree | 8d4c9ab57083942931fb270c7e0f7aa3bbdf16d2 /src/components/TechnologyBadge.astro | |
| parent | 2827787f54af9dafd8cf7d6a2090e7a9a86f8a9e (diff) | |
Add React technology badge and new portfolio project for Costa Ártabra heritage map
Diffstat (limited to 'src/components/TechnologyBadge.astro')
| -rw-r--r-- | src/components/TechnologyBadge.astro | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |
