From 198bb9b52865a3590e234f7e051becfe66635381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Rafael=20Siqueira?= Date: Wed, 16 Apr 2025 17:48:57 -0300 Subject: [PATCH] add icon:wq --- superpage/src/components/Menu.jsx | 2 +- superpage/src/components/linkedin-icon.jsx | 7 ++++ superpage/src/layouts/Layout.astro | 40 +++------------------- superpage/src/pages/index.astro | 14 ++++++-- 4 files changed, 24 insertions(+), 39 deletions(-) create mode 100644 superpage/src/components/linkedin-icon.jsx diff --git a/superpage/src/components/Menu.jsx b/superpage/src/components/Menu.jsx index b4e0485..2dfbcc5 100644 --- a/superpage/src/components/Menu.jsx +++ b/superpage/src/components/Menu.jsx @@ -33,7 +33,7 @@ export function Menu() { > diff --git a/superpage/src/components/linkedin-icon.jsx b/superpage/src/components/linkedin-icon.jsx new file mode 100644 index 0000000..2109b43 --- /dev/null +++ b/superpage/src/components/linkedin-icon.jsx @@ -0,0 +1,7 @@ +export function LinkedInIcon(props) { + return ( + + + + ) +} diff --git a/superpage/src/layouts/Layout.astro b/superpage/src/layouts/Layout.astro index d1b65a9..4f578b4 100644 --- a/superpage/src/layouts/Layout.astro +++ b/superpage/src/layouts/Layout.astro @@ -43,42 +43,12 @@ import { ArrowLeftStartOnRectangleIcon } from '@heroicons/react/24/solid' -
- -
+ -