File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -204,15 +204,14 @@ export function ContactForm() {
204204 { t . hero . getStarted }
205205 </ button >
206206 </ DynamicLink >
207-
208- < DynamicLink href = "https://github.com/CCherry07" >
207+ { /* <DynamicLink href="https://github.com/CCherry07">
209208 <button
210209 type="button"
211210 className="cursor-pointer border border-gray-300 dark:border-gray-700 bg-white dark:bg-gray-900 text-gray-900 dark:text-white px-8 py-3 rounded-2xl font-semibold text-lg hover:bg-gray-50 dark:hover:bg-gray-800 transition-all duration-300"
212211 >
213212 {t.hero.starGithub}
214213 </button>
215- </ DynamicLink >
214+ </DynamicLink> */ }
216215 </ div >
217216
218217 < div className = "mt-8" >
Original file line number Diff line number Diff line change @@ -66,6 +66,6 @@ export function baseOptions({ lang }: { lang: string }): BaseLayoutProps {
6666 ) ,
6767 transparentMode : "top" ,
6868 } ,
69- githubUrl : "https://github.com/CCherry07 " ,
69+ githubUrl : "https://github.com" ,
7070 } ;
7171}
You can’t perform that action at this time.
0 commit comments