Skip to content

Commit 538c79a

Browse files
authored
feat: add email to redirect on clicking contact (#535)
* #449 Feature : Contact us now use CTA * #449 Feature : Contact us now use CTA
1 parent b2b36b1 commit 538c79a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ export default function Footer() {
107107
<p className="select-none pb-3 text-xl font-normal text-slate-900 dark:text-white">
108108
Contact
109109
</p>
110-
<li className="cursor-pointer pb-2 text-base font-normal text-gray-500">
110+
<a href="mailto:[email protected]" className="cursor-pointer pb-2 text-base font-normal text-gray-500">
111111
Contact us
112-
</li>
112+
</a >
113113
</ul>
114114
</div>
115115
<div className="px-5">

src/components/v1/Projcts/_RepoCard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const RepoCard = ({ repo }) => {
1818
href={html_url}
1919
target="_blank"
2020
rel="noopener noreferrer"
21-
className="flex h-full w-full flex-col justify-between rounded-lg border border-gray-700 bg-slate-900/60 p-5 shadow duration-200 delay-100"
21+
className="flex h-full w-full flex-col justify-between rounded-lg border border-gray-700 bg-slate-900/60 p-5 shadow delay-100 duration-200"
2222
>
2323
<div>
2424
<div className="flex flex-row">

0 commit comments

Comments
 (0)