Skip to content

Commit

Permalink
GitHub learn more and issue links (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
quietbits committed May 25, 2021
1 parent d1824ea commit 6749913
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -43,6 +44,23 @@ export const App = () => (
their integrations and learn how Stellar ecosystem protocols
(SEPs) work.
</p>

<p>
<TextLink
href="https://github.com/stellar/stellar-demo-wallet#stellar-demo-wallet"
isExternal
>
Learn more
</TextLink>{" "}
about the tool and{" "}
<TextLink
href="https://github.com/stellar/stellar-demo-wallet/issues"
isExternal
>
report issues or request features
</TextLink>{" "}
on GitHub.
</p>
</div>

<PageContent>
Expand Down

0 comments on commit 6749913

Please sign in to comment.