+
{PI_TYPES_MAP[typeId].name}
{amount !== undefined && (
- {amount}/h
+ {amount}
)}
diff --git a/src/app/components/PlanetaryInteraction/PlanetaryInteractionRow.tsx b/src/app/components/PlanetaryInteraction/PlanetaryInteractionRow.tsx
index 09ba6f8..cbf47c8 100644
--- a/src/app/components/PlanetaryInteraction/PlanetaryInteractionRow.tsx
+++ b/src/app/components/PlanetaryInteraction/PlanetaryInteractionRow.tsx
@@ -84,8 +84,8 @@ const PlanetaryIteractionTable = ({
-
- u/h
+
+ uph
@@ -98,7 +98,7 @@ const PlanetaryIteractionTable = ({
- Storage Fill rate
+ Storage%
diff --git a/src/app/components/SupportButton/SupportButton.tsx b/src/app/components/SupportButton/SupportButton.tsx
deleted file mode 100644
index 81f3229..0000000
--- a/src/app/components/SupportButton/SupportButton.tsx
+++ /dev/null
@@ -1,23 +0,0 @@
-import { Box, Button, Tooltip } from "@mui/material";
-export const SupportButton = () => {
- return (
-
-
-
-
-
- );
-};