We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb58eb commit cd52bc2Copy full SHA for cd52bc2
src/components/settings/developer/DeveloperSettings.tsx
@@ -86,6 +86,13 @@ export default function DeveloperSettings() {
86
label={t("settings.developer.apiDocumentation")}
87
children={<Icon name="open_in_new" style={{ "margin-right": "6px" }} />}
88
/>
89
+ <SettingsBlock
90
+ href="https://github.com/nerimity/nerimity.js"
91
+ hrefBlank
92
+ icon="code_blocks"
93
+ label="nerimity.js"
94
+ children={<Icon name="open_in_new" style={{ "margin-right": "6px" }} />}
95
+ />
96
</Container>
97
);
98
}
0 commit comments