diff --git a/src/components/SettingsBar.tsx b/src/components/SettingsBar.tsx index ea1d147..2b13f53 100644 --- a/src/components/SettingsBar.tsx +++ b/src/components/SettingsBar.tsx @@ -10,6 +10,8 @@ const wikiLinks = { changeLog: 'https://github.com/EnixCoda/Gitako/wiki/Change-Log', copyFileButton: 'https://github.com/EnixCoda/Gitako/wiki/Copy-file-and-snippet', copySnippet: 'https://github.com/EnixCoda/Gitako/wiki/Copy-file-and-snippet', + createAccessToken: + 'https://github.com/EnixCoda/Gitako/wiki/How-to-create-access-token-for-Gitako%3F', } const ACCESS_TOKEN_REGEXP = /^[0-9a-f]{40}$/ @@ -195,10 +197,7 @@ export default class SettingsBar extends React.PureComponent {

Access Token

- + Why & how to create it?