mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
mobile: add mastodon social link
This commit is contained in:
@@ -122,7 +122,7 @@ export const Title = () => {
|
||||
#
|
||||
</Heading>
|
||||
) : null}
|
||||
{title} adn this is how it is going to be.
|
||||
{title}
|
||||
</Heading>
|
||||
) : null}
|
||||
<Tag visible={currentScreen.beta} text="BETA" />
|
||||
|
||||
@@ -1027,11 +1027,21 @@ export const settingsGroups: SettingSection[] = [
|
||||
id: "join-telegram",
|
||||
name: "Join our Telegram group",
|
||||
description: "We are on telegram, let's talk",
|
||||
// icon: 'telegram',
|
||||
modifer: () => {
|
||||
Linking.openURL("https://t.me/notesnook").catch(console.log);
|
||||
}
|
||||
},
|
||||
{
|
||||
id: "join-mastodom",
|
||||
name: "Follow us on Mastodon",
|
||||
description: "We are on mastodom",
|
||||
icon: "mastodon",
|
||||
modifer: () => {
|
||||
Linking.openURL("https://fosstodon.org/@notesnook").catch(
|
||||
console.log
|
||||
);
|
||||
}
|
||||
},
|
||||
{
|
||||
id: "join-twitter",
|
||||
name: "Follow us on twitter",
|
||||
|
||||
Reference in New Issue
Block a user