diff --git a/src/lib/components/descriptionlist.svelte b/src/lib/components/descriptionlist.svelte deleted file mode 100644 index d8d06255..00000000 --- a/src/lib/components/descriptionlist.svelte +++ /dev/null @@ -1,25 +0,0 @@ - - -
- {m.common_labeled_unit_price({ - unit: `${context.network.chain.systemToken?.symbol.name}/RAM` - })} (KB) -
-{m.ram_to_purchase()}
-{m.ram_purchase_value()}
-{m.common_network_fees()} (0.5%)
-{m.common_total_cost()}
-- {m.common_labeled_unit_price({ - unit: `${context.network.chain.systemToken?.symbol.name}/RAM` - })} (KB) -
-{m.ram_to_sell()}
-{m.total_proceeds()}
-{m.common_network_fees()} (0.5%)
-{m.common_expected_receive()}
-+ For displaying a component in the description, or multiple values under a single key, you can + use the components declaratively. +
+ ++ Note: You need to wrap the child component correctly or you'll get a warning. There are CSS + rules that'll visually yell at you to fix it :) +
+