diff --git a/src/frontend/src/lib/components/modules/launchpad/Launchpad.svelte b/src/frontend/src/lib/components/modules/launchpad/Launchpad.svelte
index a6c9a9f790..d0856e642c 100644
--- a/src/frontend/src/lib/components/modules/launchpad/Launchpad.svelte
+++ b/src/frontend/src/lib/components/modules/launchpad/Launchpad.svelte
@@ -1,28 +1,18 @@
-
+
diff --git a/src/frontend/src/lib/components/modules/launchpad/LaunchpadGettingStarted.svelte b/src/frontend/src/lib/components/modules/launchpad/LaunchpadGettingStarted.svelte
deleted file mode 100644
index 367f118a65..0000000000
--- a/src/frontend/src/lib/components/modules/launchpad/LaunchpadGettingStarted.svelte
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
- {#snippet icon()}
- 👋
- {/snippet}
-
-
-
-
-
diff --git a/src/frontend/src/lib/components/modules/launchpad/LaunchpadHeader.svelte b/src/frontend/src/lib/components/modules/launchpad/LaunchpadHeader.svelte
index 0b7542e450..915d5e092b 100644
--- a/src/frontend/src/lib/components/modules/launchpad/LaunchpadHeader.svelte
+++ b/src/frontend/src/lib/components/modules/launchpad/LaunchpadHeader.svelte
@@ -1,6 +1,5 @@
diff --git a/src/frontend/src/lib/i18n/en.json b/src/frontend/src/lib/i18n/en.json
index 643c9d55d1..c048cf5edc 100644
--- a/src/frontend/src/lib/i18n/en.json
+++ b/src/frontend/src/lib/i18n/en.json
@@ -319,7 +319,6 @@
"commander": "Commander",
"spacebuilder": "Spacebuilder",
"captain": "Captain",
- "getting_started_credits": "Welcome to Juno! Reach out on Discord and we'll get you started for free.",
"attach_title": "Attach Module",
"attach_description": "Connect an existing Satellite, Orbiter, or UFO to your Console.",
"attach_id": "Enter ID",
diff --git a/src/frontend/src/lib/i18n/zh-cn.json b/src/frontend/src/lib/i18n/zh-cn.json
index f952faef32..dd466002c0 100644
--- a/src/frontend/src/lib/i18n/zh-cn.json
+++ b/src/frontend/src/lib/i18n/zh-cn.json
@@ -320,7 +320,6 @@
"commander": "指挥官",
"spacebuilder": "太空建造者",
"captain": "船长",
- "getting_started_credits": "欢迎来到 Juno!在 Discord 上联系我们,免费开始您的旅程。",
"attach_title": "附加模块",
"attach_description": "将现有的卫星、轨道器或 UFO 连接到您的控制台。",
"attach_id": "输入 ID",
diff --git a/src/frontend/src/lib/types/i18n.d.ts b/src/frontend/src/lib/types/i18n.d.ts
index b8928cddff..b9d9abed98 100644
--- a/src/frontend/src/lib/types/i18n.d.ts
+++ b/src/frontend/src/lib/types/i18n.d.ts
@@ -326,7 +326,6 @@ interface I18nLaunchpad {
commander: string;
spacebuilder: string;
captain: string;
- getting_started_credits: string;
attach_title: string;
attach_description: string;
attach_id: string;