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/CppIcon.astro | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/components/CppIcon.astro (limited to 'src/components/CppIcon.astro') diff --git a/src/components/CppIcon.astro b/src/components/CppIcon.astro new file mode 100644 index 0000000..d3fdde8 --- /dev/null +++ b/src/components/CppIcon.astro @@ -0,0 +1,32 @@ +--- +import TechIcon from './TechIcon.astro'; +--- + + + + -- cgit v1.2.1