Skip to content

Commit

Permalink
chore: updates footer links and adds favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
devpavan04 committed Sep 8, 2023
1 parent dfb7eb1 commit a11329d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Binary file modified apps/stats-dapp/src/public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion apps/stats-dapp/src/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="keywords" content="webb, webb network, polkadot, edgeware, substrate, blockchain" />
<script defer data-domain="stats.webb.tools" src="https://plausible.io/js/script.js"></script>
<link rel="manifest" crossorigin="use-credentials" href="manifest.json" />
<title>Webb Statistics</title>
<title>Tangle Statistics</title>
</head>

<body>
Expand Down
10 changes: 6 additions & 4 deletions libs/webb-ui-components/src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ export const WEBB_DOCS_URL = 'https://docs.webb.tools/';
export const WEBB_GITHUB_URL = 'https://github.com/webb-tools';
export const TANGLE_TESTNET_EXPLORER_URL =
'https://tangle-testnet-explorer.webb.tools/';
export const TANGLE_STANDALONE_EXPLORER_URL =
'https://polkadot.js.org/apps/?rpc=wss://tangle-standalone-archive.webb.tools#/explorer';
export const WEBB_DOCS_COMMUNITY_URL =
'https://docs.webb.tools/docs/tangle-network/community/';
export const WEBB_YOUTUBE_URL =
Expand Down Expand Up @@ -148,8 +150,8 @@ export const footerNavs: FooterNavsType = {
...commonExternalProps,
},
{
name: 'tangle',
href: TANGLE_MKT_URL,
name: 'polkadot explorer',
href: TANGLE_STANDALONE_EXPLORER_URL,
...commonExternalProps,
},
],
Expand Down Expand Up @@ -180,7 +182,7 @@ export const footerNavs: FooterNavsType = {
},
{
name: 'jobs',
href: WEBB_DOCS_URL,
href: 'https://wellfound.com/company/webb-4',
...commonExternalProps,
},
],
Expand Down Expand Up @@ -215,7 +217,7 @@ export const defaultSocialConfigs: Array<SocialConfigsType> = [
{
name: 'discord',
Icon: DiscordFill,
href: 'https://discord.com/invite/cv8EfJu3Tn',
href: 'https://discord.com/invite/xnDGzdjt',
...commonExternalProps,
},
{
Expand Down

0 comments on commit a11329d

Please sign in to comment.