File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ import { Meteors } from "~/components/ui/Meteors"
77import { InfiniteMovingCards } from "~/components/ui/infinite-cards"
88import { Navbar } from "~/components/ui/navbar-menu"
99import { TypewriterEffect } from "~/components/ui/typewritter"
10- import { Route } from "./+types"
11- import { buildDocPathFromSlug } from "~/utils/path-builders"
10+ import type { Route } from "./+types"
1211import { generateMetaFields } from "~/utils/seo"
1312import { 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 >
You can’t perform that action at this time.
0 commit comments