Skip to content

Commit aca37f8

Browse files
committed
Update FAQ answer
1 parent 9f81c8b commit aca37f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/faq.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const FAQ = () => {
6969
{
7070
question: 'Can I use RepoTree for private repositories?',
7171
answer:
72-
"Yes, RepoTree now supports private GitHub & GitLab repositories! You can access them by providing a GitHub Personal Access Token (PAT). Your token is securely stored locally in your browser and never sent to any server.",
72+
"Yes, RepoTree now supports private GitHub & GitLab repositories! You can access them by providing a Personal Access Token (PAT). Your token is securely stored locally in your browser and never sent to any server.",
7373
},
7474
];
7575

0 commit comments

Comments
 (0)