Skip to content

Commit e596dad

Browse files
authored
Switch start to docs on homepage (#1257)
Fixes #1245 ## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet
1 parent e051b05 commit e596dad

File tree

1 file changed

+1
-1
lines changed
  • cursorless-nx/apps/cursorless-org/pages

1 file changed

+1
-1
lines changed

cursorless-nx/apps/cursorless-org/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default function LandingPage() {
4242
</div>
4343
<div className="flex-1 flex flex-col">
4444
<div className="flex flex-row justify-around sm:justify-center w-full my-auto sm:gap-[12.8em]">
45-
<Button text="Start" href="/docs" isExternal={false} />{' '}
45+
<Button text="Docs" href="/docs" isExternal={false} />{' '}
4646
<Button
4747
text="Donate"
4848
href="https://github.com/sponsors/pokey"

0 commit comments

Comments
 (0)