Skip to content

Commit 015dc31

Browse files
committed
chore: remove github
1 parent 666f61c commit 015dc31

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/app/[lang]/(home)/page.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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">

src/app/layout.config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)