From 418396ee5100eda8f6bc036ea35dbbe44db2f91a Mon Sep 17 00:00:00 2001 From: Matt Kosarek Date: Wed, 8 Jul 2026 08:29:04 -0400 Subject: feature: update styling --- src/components/CSharpIcon.astro | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/components/CSharpIcon.astro (limited to 'src/components/CSharpIcon.astro') diff --git a/src/components/CSharpIcon.astro b/src/components/CSharpIcon.astro new file mode 100644 index 0000000..f2c461a --- /dev/null +++ b/src/components/CSharpIcon.astro @@ -0,0 +1,18 @@ +--- +import TechIcon from './TechIcon.astro'; +--- + + + + -- cgit v1.2.1