File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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:contact@webxdao.xyz" 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" >
Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments