diff --git a/app/_layout.tsx b/app/_layout.tsx
index 46eac57..0a4c50a 100644
--- a/app/_layout.tsx
+++ b/app/_layout.tsx
@@ -4,7 +4,7 @@ export default function RootLayout() {
return (
-
+
);
}
diff --git a/app/index.tsx b/app/index.tsx
index e469a02..954f052 100644
--- a/app/index.tsx
+++ b/app/index.tsx
@@ -22,13 +22,13 @@ export default function Index() {
Minecraft Tools
- {/* Coordinate Converter */}
+ {/* Nether Portal Calculator */}
-
+
- Coordinate Converter (Nether / Overworld)
+ Nether Portal Calculator
diff --git a/app/coordinate-converter.tsx b/app/nether-portal-calculator.tsx
similarity index 98%
rename from app/coordinate-converter.tsx
rename to app/nether-portal-calculator.tsx
index 732f0b8..3b45753 100644
--- a/app/coordinate-converter.tsx
+++ b/app/nether-portal-calculator.tsx
@@ -124,7 +124,7 @@ export default function CoordinateConverter() {
← Go Back
- Coordinate Converter
+ Nether Portal Calculator
{/* Overworld Row */}
diff --git a/app/styles.ts b/app/styles.ts
index 1f83ed9..0d104c6 100644
--- a/app/styles.ts
+++ b/app/styles.ts
@@ -2,7 +2,7 @@
import { StyleSheet } from "react-native";
export const styles = StyleSheet.create({
- // --- Global / Reusable Styles (or main index page specific) ---
+ // --- Global / Reusable Styles ---
appContainer: {
flex: 1,
backgroundColor: "#2e2e2e",
@@ -54,7 +54,7 @@ export const styles = StyleSheet.create({
fontFamily: "Minecraft",
},
- // --- Coordinate Converter Specific Styles ---
+ // --- Nether Portal Calculator ---
converterScreenRoot: {
flex: 1,
backgroundColor: "#000",