From 4d8440a2146209ddf4a893934ed95d01c6707b36 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Sat, 5 Jul 2025 15:28:47 +0200 Subject: [PATCH] chore: Rename coordinate-converter to nether-portal-calculator Signed-off-by: SindreKjelsrud --- app/_layout.tsx | 2 +- app/index.tsx | 6 +++--- ...oordinate-converter.tsx => nether-portal-calculator.tsx} | 2 +- app/styles.ts | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) rename app/{coordinate-converter.tsx => nether-portal-calculator.tsx} (98%) 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",