From acd06acc83a73641bc41e77de37600ffe8f3e96c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Roman=20Jaro=C5=A1?=
Date: Mon, 24 Feb 2025 13:21:22 +0000
Subject: [PATCH] Add CV download button to Contact component
---
src/app/components/Contact.tsx | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/src/app/components/Contact.tsx b/src/app/components/Contact.tsx
index b8087e3..51fdecb 100644
--- a/src/app/components/Contact.tsx
+++ b/src/app/components/Contact.tsx
@@ -1,4 +1,4 @@
-import {GithubIcon, InfoIcon, LinkedinIcon, MailIcon} from "lucide-react";
+import {GithubIcon, InfoIcon, LinkedinIcon, MailIcon, ScrollTextIcon} from "lucide-react";
export const Contact = () => {
return (
@@ -11,6 +11,13 @@ export const Contact = () => {
className="flex gap-2 focus:outline-none text-white bg-yellow-400 hover:bg-yellow-500 focus:ring-4 focus:ring-yellow-300 font-medium rounded-lg px-5 py-2.5 me-2 mb-2 dark:text-slate-600 dark:focus:ring-yellow-900">
Send e-mail
+
+ Download CV
+