+
+ Firefly Shimmer is no longer actively maintained by the IOTA Foundation. Please use it at your own
+ risk, as future issues or vulnerabilities may not be addressed.
+
+
+{:else}
+ Switch to the new IOTA Wallet
+
+
+
+ Firefly is no longer actively maintained by the IOTA Foundation and is no longer compatible with the
+ new IOTA Network.
+
+ Please switch to our new IOTA Wallet browser extension.
+
+
+
+{/if}
diff --git a/packages/desktop/components/popups/Popup.svelte b/packages/desktop/components/popups/Popup.svelte
index e7493fd44c4..31e9a10d860 100644
--- a/packages/desktop/components/popups/Popup.svelte
+++ b/packages/desktop/components/popups/Popup.svelte
@@ -58,6 +58,7 @@
import PayoutDetailsPopup from './PayoutDetailsPopup.svelte'
import VestingRewardsFinderPopup from './VestingRewardsFinderPopup.svelte'
import WithdrawFromL2Popup from './WithdrawFromL2Popup.svelte'
+ import AppDeprecationPopup from './AppDeprecationPopup.svelte'
import GetSeedPopup from './GetSeedPopup.svelte'
export let id: PopupId
@@ -147,6 +148,7 @@
[PopupId.PayoutDetails]: PayoutDetailsPopup,
[PopupId.VestingRewardsFinder]: VestingRewardsFinderPopup,
[PopupId.WithdrawFromL2]: WithdrawFromL2Popup,
+ [PopupId.AppDeprecation]: AppDeprecationPopup,
[PopupId.GetSeedPopup]: GetSeedPopup,
}
diff --git a/packages/desktop/views/dashboard/Dashboard.svelte b/packages/desktop/views/dashboard/Dashboard.svelte
index 2326b963d49..35726470c3f 100644
--- a/packages/desktop/views/dashboard/Dashboard.svelte
+++ b/packages/desktop/views/dashboard/Dashboard.svelte
@@ -141,6 +141,21 @@