Skip to content

Commit 694860e

Browse files
Vedant005mittalyashu
authored andcommitted
refactor: text appears on home page
1 parent fb02f8c commit 694860e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/(home)/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function HomePage() {
1717
<div className="link group cursor-pointer p-6 border rounded-2xl bg-white hover:scale-105 transition-all">
1818
<Link
1919
href="/docs/install/getting-started"
20-
className="block text-lg font-medium text-gray-900 dark:text-zinc-50 hover:text-gray-600 dark:hover:text-zinc-400"
20+
className="block text-lg font-medium text-gray-900 dark:text-zinc-400 hover:text-gray-600 dark:hover:text-zinc-400"
2121
>
2222
<div className="flex items-center justify-center">
2323
<RocketIcon className="size-12 md:size-24" aria-hidden="true" />
@@ -36,7 +36,7 @@ export default function HomePage() {
3636
<div className="link group cursor-pointer p-6 border rounded-2xl bg-white hover:scale-105 transition-all">
3737
<Link
3838
href="/api-reference"
39-
className="block text-lg font-medium text-gray-900 dark:text-zinc-50 hover:text-gray-600 dark:hover:text-zinc-400"
39+
className="block text-lg font-medium text-gray-900 dark:text-zinc-400 hover:text-gray-600 dark:hover:text-zinc-400"
4040
>
4141
<div className="flex items-center justify-center">
4242
<TerminalIcon className="size-12 md:size-24" aria-hidden="true" />

0 commit comments

Comments
 (0)