mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-02-21 12:42:05 +01:00
add reddit link
This commit is contained in:
parent
16f8eae44d
commit
bae6077897
@ -46,6 +46,8 @@ appSetting[appName.toLowerCase()] = (parent) => {
|
||||
|
||||
const githubLink = new Link({ text: 'GitHub.', href: 'https://github.com/zombieFox/' + appName, openNew: true });
|
||||
|
||||
const redditLink = new Link({ text: `Reddit ${appName} community.`, href: 'https://www.reddit.com/r/' + appName, openNew: true });
|
||||
|
||||
const licenseLink = new Link({ text: 'GNU General Public License v3.0', href: 'https://github.com/zombieFox/' + appName + '/blob/master/license', openNew: true });
|
||||
|
||||
parent.appendChild(
|
||||
@ -60,7 +62,8 @@ appSetting[appName.toLowerCase()] = (parent) => {
|
||||
]),
|
||||
node('hr'),
|
||||
complexNode({ tag: 'p', text: `This project can be found on ${githubLink.link().outerHTML}` }),
|
||||
complexNode({ tag: 'p', text: `${appName} uses the ${licenseLink.link().outerHTML}` })
|
||||
complexNode({ tag: 'p', text: `Share your setup with the ${redditLink.link().outerHTML}` }),
|
||||
complexNode({ tag: 'p', text: `${appName} uses the ${licenseLink.link().outerHTML}` }),
|
||||
])
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user