diff --git a/src/App.tsx b/src/App.tsx index 1b419044..cfadc7a2 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -11,6 +11,7 @@ import { PageContent } from "components/PageContent"; import { PrivateRoute } from "components/PrivateRoute"; import { SettingsHandler } from "components/SettingsHandler"; import { WarningBanner } from "components/WarningBanner"; +import { TextLink } from "components/TextLink"; import { Account } from "pages/Account"; import { Landing } from "pages/Landing"; @@ -43,6 +44,23 @@ export const App = () => ( their integrations and learn how Stellar ecosystem protocols (SEPs) work.

+ +

+ + Learn more + {" "} + about the tool and{" "} + + report issues or request features + {" "} + on GitHub. +