web: add link to source code in Settings (#3683)

This commit is contained in:
aryan katiyar
2023-11-16 15:48:11 +05:30
committed by GitHub
parent 846efc5351
commit f53817e94d

View File

@@ -72,6 +72,24 @@ export const AboutSettings: SettingsGroup[] = [
];
}
},
{
key: "source-code",
title: "Source code",
description: "All the source code for Notesnook is available & open for everyone on GitHub.",
components: [
{
type: "button",
action: () => {
window.open(
"https://github.com/streetwriters/notesnook",
"_blank"
);
},
title: "View source code",
variant: "secondary"
}
]
},
{
key: "roadmap",
title: "Roadmap",