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