mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-05-09 06:57:59 +00:00
fix: update URLs, logos, and package versions
- Fix GitHub URLs from pezkuwi-js/apps to pezkuwichain/pezkuwi-apps - Fix wiki URL from wiki.pezkuwi.network to wiki.pezkuwichain.io - Fix support/statement URLs to use pezkuwichain.io domain - Fix chain logos import (use variables instead of strings) - Update @pezkuwi/networks to ^14.0.9 - Update @pezkuwi/types-known to ^16.5.8
This commit is contained in:
@@ -27,13 +27,13 @@ interface Props {
|
||||
function createExternals (t: (key: string, optionsOrText?: string | { replace: Record<string, unknown> }, options?: { ns: string }) => string): ItemRoute[] {
|
||||
return [
|
||||
{
|
||||
href: 'https://github.com/pezkuwi-js/apps',
|
||||
href: 'https://github.com/pezkuwichain/pezkuwi-apps',
|
||||
icon: 'code-branch',
|
||||
name: 'github',
|
||||
text: t('nav.github', 'GitHub', { ns: 'apps-routing' })
|
||||
},
|
||||
{
|
||||
href: 'https://wiki.pezkuwi.network',
|
||||
href: 'https://wiki.pezkuwichain.io',
|
||||
icon: 'book',
|
||||
name: 'wiki',
|
||||
text: t('nav.wiki', 'Wiki', { ns: 'apps-routing' })
|
||||
|
||||
Reference in New Issue
Block a user