diff --git a/src/view/screens/Settings/index.tsx b/src/view/screens/Settings/index.tsx index c3864e5a91..f7674fd264 100644 --- a/src/view/screens/Settings/index.tsx +++ b/src/view/screens/Settings/index.tsx @@ -24,6 +24,7 @@ import {clearLegacyStorage} from '#/state/persisted/legacy' import {clear as clearStorage} from '#/state/persisted/store' import { useInAppBrowser, + useOpenLink, useSetInAppBrowser, } from '#/state/preferences/in-app-browser' import {useClearPreferencesMutation} from '#/state/queries/preferences' @@ -169,6 +170,7 @@ export function SettingsScreen({}: Props) { const {setColorMode, setDarkTheme} = useSetThemePrefs() const pal = usePalette('default') const {_} = useLingui() + const openLink = useOpenLink() const setMinimalShellMode = useSetMinimalShellMode() const inAppBrowserPref = useInAppBrowser() const setUseInAppBrowser = useSetInAppBrowser() @@ -872,29 +874,38 @@ export function SettingsScreen({}: Props) { - - - - + + + + + + + { + openLink('https://bsky.app/ACKNOWLEDGEMENTS.txt') + }} + text={_(msg`Acknowledgements`)} + /> + +