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() {
107
107
< p className = "select-none pb-3 text-xl font-normal text-slate-900 dark:text-white" >
108
108
Contact
109
109
</ 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" >
111
111
Contact us
112
- </ li >
112
+ </ a >
113
113
</ ul >
114
114
</ div >
115
115
< div className = "px-5" >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const RepoCard = ({ repo }) => {
18
18
href = { html_url }
19
19
target = "_blank"
20
20
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 "
22
22
>
23
23
< div >
24
24
< div className = "flex flex-row" >
You can’t perform that action at this time.
0 commit comments