Skip to content

Commit

Permalink
docs: add link for farewell
Browse files Browse the repository at this point in the history
  • Loading branch information
EnixCoda committed Aug 4, 2023
1 parent 801e3d6 commit e82637c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ export function Footer(props: Props) {
>
{VERSION}
</Link>
<Link href={wikiLinks.bye} target="_blank" rel="noopener noreferrer">
👋 About to say good bye.
</Link>
<RoundIconButton
aria-label={'settings'}
icon={GearIcon}
Expand Down
1 change: 1 addition & 0 deletions src/components/settings/SettingsBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const wikiLinks = {
copySnippet: `${WIKI_HOME_LINK}/Copy-file-and-snippet`,
createAccessToken: `${WIKI_HOME_LINK}/Access-token-for-Gitako`,
pjaxMode: `${WIKI_HOME_LINK}/Pjax-Mode`,
bye: `${WIKI_HOME_LINK}/About-to-say-good-bye`,
}

const moreFields: SimpleConfigField<'copySnippetButton' | 'codeFolding' | 'pjaxMode'>[] =
Expand Down

0 comments on commit e82637c

Please sign in to comment.