aboutsummaryrefslogtreecommitdiff
path: root/src/components/TechnologyBadge.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/TechnologyBadge.astro')
-rw-r--r--src/components/TechnologyBadge.astro5
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 {