backup section link justInDevMode
This commit is contained in:
parent
3bcac051ed
commit
fb4896cf18
@ -152,9 +152,11 @@ export function PopupNavBar({ path }: { path?: PopupNavBarOptions }): VNode {
|
||||
<a href={Pages.balance} class={path === "balance" ? "active" : ""}>
|
||||
<i18n.Translate>Balance</i18n.Translate>
|
||||
</a>
|
||||
<a href={Pages.backup} class={path === "backup" ? "active" : ""}>
|
||||
<i18n.Translate>Backup</i18n.Translate>
|
||||
</a>
|
||||
<JustInDevMode>
|
||||
<a href={Pages.backup} class={path === "backup" ? "active" : ""}>
|
||||
<i18n.Translate>Backup</i18n.Translate>
|
||||
</a>
|
||||
</JustInDevMode>
|
||||
<div style={{ display: "flex", paddingTop: 4, justifyContent: "right" }}>
|
||||
{attentionCount > 0 ? (
|
||||
<a href={Pages.notifications}>
|
||||
@ -205,9 +207,11 @@ export function WalletNavBar({ path }: { path?: WalletNavBarOptions }): VNode {
|
||||
<a href={Pages.balance} class={path === "balance" ? "active" : ""}>
|
||||
<i18n.Translate>Balance</i18n.Translate>
|
||||
</a>
|
||||
<a href={Pages.backup} class={path === "backup" ? "active" : ""}>
|
||||
<i18n.Translate>Backup</i18n.Translate>
|
||||
</a>
|
||||
<JustInDevMode>
|
||||
<a href={Pages.backup} class={path === "backup" ? "active" : ""}>
|
||||
<i18n.Translate>Backup</i18n.Translate>
|
||||
</a>
|
||||
</JustInDevMode>
|
||||
|
||||
{attentionCount > 0 ? (
|
||||
<a href={Pages.notifications}>
|
||||
|
Loading…
Reference in New Issue
Block a user