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' -
- -
+ -