diff --git a/00.backup/MarqueeTicker.vue b/00.backup/MarqueeTicker.vue
deleted file mode 100644
index 26f19c58..00000000
--- a/00.backup/MarqueeTicker.vue
+++ /dev/null
@@ -1,397 +0,0 @@
-
-
-
- {{ modalCurrency?.basicInfo.symbolTicker.toUpperCase() }} — {{ modalEndpoints.length }} endpoint{{ modalEndpoints.length !== 1 ? 's' : '' }}
- {{ coin.symbol }}
-
- ${{ formatPrice(coin.price) }} ({{
- coin.priceChange > 0 ? '+' : ''
- }}{{ coin.priceChange.toFixed(2) }}%)
-
-
- {{ coin.symbol }}
-
- ${{ formatPrice(coin.price) }} ({{
- coin.priceChange > 0 ? '+' : ''
- }}{{ coin.priceChange.toFixed(2) }}%)
-
-
+ {{ modalCurrency.basicInfo.symbolTicker.slice(0, 2) }}
+
Choose which currencies appear on your dashboard. At least one must remain active.
-