diff --git a/src/partials/Footer.tsx b/src/partials/Footer.tsx index d9e3045..ced122a 100644 --- a/src/partials/Footer.tsx +++ b/src/partials/Footer.tsx @@ -1,14 +1,19 @@ import Em from '@/components/Em' +import Icon from '@/components/Icon' import Link from '@/components/Link' +import { Trees } from 'lucide-react' const Footer = () => { return ( -
- Adam Plesník, Bratislava, Slovakia -
- github.com/adamplesnik - linkedin.com/in/adamplesnik - adam@adamplesnik.com +
+ +
+ Adam Plesník, Bratislava, Slovakia +
+ adam@adamplesnik.com + github.com/adamplesnik + linkedin.com/in/adamplesnik +
) diff --git a/src/partials/Header.tsx b/src/partials/Header.tsx index 737998d..9123d65 100644 --- a/src/partials/Header.tsx +++ b/src/partials/Header.tsx @@ -5,7 +5,11 @@ const Header = () => { return (
Adam Plesník - +