Fix calculator entries syntax
This commit is contained in:
@@ -312,7 +312,7 @@ export const calculators: CalculatorDef[] = [
|
||||
{...{"slug": "kbps-to-mbps", "name": "Kbps to Mbps", "category": "data", "type": "standard", "labels": {"in1": "Kilobits per second", "in2": "Megabits per second"}, "factor": 0.001}, descriptionHTML: `<p>Digital infrastructure quantifies bandwidth and storage through Kilobits per second and Megabits per second, keeping systems synchronized.</p><p>One Kilobits per second equals 0.001 megabits per second, so the mathematics remain stable across industries.</p><p>Maintaining these constants prevents miscommunication between logging, analytics, and transmission layers.</p>`},
|
||||
{...{"slug": "kelvin-to-celsius", "name": "Kelvin to Celsius", "category": "temperature", "type": "standard", "labels": {"in1": "Kelvin", "in2": "Celsius"}, "factor": 1, "offset": -273.15}, descriptionHTML: `<p>Thermal control and climate instrumentation rely on the relationship between Kelvin and Celsius.</p><p>One Kelvin equals subtract 273.15, so the mathematics remain stable across industries.</p><p>Keeping these metrics aligned ensures that research and logistics avoid thermal drift.</p>`},
|
||||
{...{"slug": "kelvin-to-fahrenheit", "name": "Kelvin to Fahrenheit", "category": "temperature", "type": "standard", "labels": {"in1": "Kelvin", "in2": "Fahrenheit"}, "factor": 1.8, "offset": -459.67}, descriptionHTML: `<p>Thermal control and climate instrumentation rely on the relationship between Kelvin and Fahrenheit.</p><p>One Kelvin equals multiply by 1.8 and subtract 459.67, so the mathematics remain stable across industries.</p><p>Keeping these metrics aligned ensures that research and logistics avoid thermal drift.</p>`},
|
||||
{"slug": "kelvin-to-rankine", "name": "Kelvin to Rankine", "category": "temperature", "type": "standard", "labels": {"in1": "Kelvin", "in2": "Rankine"}, "factor": 1.8}, descriptionHTML: `<p>Thermal control and climate instrumentation rely on the relationship between Kelvin and Rankine.</p><p>One Kelvin equals 1.8 rankine, so the mathematics remain stable across industries.</p><p>Keeping these metrics aligned ensures that research and logistics avoid thermal drift.</p>`},
|
||||
{...{"slug": "kelvin-to-rankine", "name": "Kelvin to Rankine", "category": "temperature", "type": "standard", "labels": {"in1": "Kelvin", "in2": "Rankine"}, "factor": 1.8}, descriptionHTML: `<p>Thermal control and climate instrumentation rely on the relationship between Kelvin and Rankine.</p><p>One Kelvin equals 1.8 rankine, so the mathematics remain stable across industries.</p><p>Keeping these metrics aligned ensures that research and logistics avoid thermal drift.</p>`},
|
||||
{"slug": "kibibytes-to-kilobytes", "name": "Kibibytes to Kilobytes", "category": "data", "type": "standard", "labels": {"in1": "Kibibytes", "in2": "Kilobytes"}, "factor": 1.024}, descriptionHTML: `<p>Digital infrastructure quantifies bandwidth and storage through Kibibytes and Kilobytes, keeping systems synchronized.</p><p>One Kibibytes equals 1.024 kilobytes, so the mathematics remain stable across industries.</p><p>Maintaining these constants prevents miscommunication between logging, analytics, and transmission layers.</p>`},
|
||||
{"slug": "kilobits-to-bits", "name": "Kilobits to Bits", "category": "data", "type": "standard", "labels": {"in1": "Kilobits", "in2": "Bits"}, "factor": 1000}, descriptionHTML: `<p>Digital infrastructure quantifies bandwidth and storage through Kilobits and Bits, keeping systems synchronized.</p><p>One Kilobits equals 1,000 bits, so the mathematics remain stable across industries.</p><p>Maintaining these constants prevents miscommunication between logging, analytics, and transmission layers.</p>`},
|
||||
{"slug": "kilobits-to-megabits", "name": "Kilobits to Megabits", "category": "data", "type": "standard", "labels": {"in1": "Kilobits", "in2": "Megabits"}, "factor": 0.001}, descriptionHTML: `<p>Digital infrastructure quantifies bandwidth and storage through Kilobits and Megabits, keeping systems synchronized.</p><p>One Kilobits equals 0.001 megabits, so the mathematics remain stable across industries.</p><p>Maintaining these constants prevents miscommunication between logging, analytics, and transmission layers.</p>`},
|
||||
|
||||
Reference in New Issue
Block a user