Skip to content

Commit f63f41e

Browse files
committed
fix
1 parent ce8ebe1 commit f63f41e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/app/routes/index.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ import { Meteors } from "~/components/ui/Meteors"
77
import { InfiniteMovingCards } from "~/components/ui/infinite-cards"
88
import { Navbar } from "~/components/ui/navbar-menu"
99
import { TypewriterEffect } from "~/components/ui/typewritter"
10-
import { Route } from "./+types"
11-
import { buildDocPathFromSlug } from "~/utils/path-builders"
10+
import type { Route } from "./+types"
1211
import { generateMetaFields } from "~/utils/seo"
1312
import { getDomain } from "~/utils/get-domain"
1413

@@ -97,7 +96,7 @@ export function OpenSourceReveal() {
9796
}
9897
className="h-[40rem]"
9998
>
100-
Click <span className="text-red-500">Shift + Right Click</span> to directly go to element source in
99+
Click <span className="text-red-500">Shift + Ctrl + Left Click</span> to directly go to element source in
101100
<span className="ml-2 text-blue-500">VS Code</span> 🔥
102101
</MaskContainer>
103102
</div>

0 commit comments

Comments
 (0)