This commit is contained in:
Tben
2023-07-19 15:52:56 +01:00
parent 550d54fdd7
commit d29620ffaa
2 changed files with 12 additions and 6 deletions
+8 -3
View File
@@ -27,9 +27,14 @@ const GeneralFooter = () => {
<div className="flex-col flex items-start gap-1">
<span className="opacity-50">Contact Me</span>
<div className="flex gap-4">
<a href="/">LinkedIn</a>
<a href="/">Mail</a>
<a href="/">Phone</a>
<a
href="https://www.linkedin.com/in/benjamin-toby/"
target="_blank"
>
LinkedIn
</a>
<a href="mailto:benoti.san@gmail.com">Mail</a>
<a href="tel:+2348123682346">Phone</a>
</div>
</div>
<span className="text-sm opacity-40">Copyright © {date.getFullYear()} Tben.me. All Rights Reserved.</span>