From 2f0a8d1274db1f172c52361afcfb489d10657b6a Mon Sep 17 00:00:00 2001 From: JeremyGamer13 <69337718+JeremyGamer13@users.noreply.github.com> Date: Tue, 12 Sep 2023 20:20:24 -0600 Subject: [PATCH] reorder and rename --- src/lib/libraries/extensions/index.jsx | 30 +++++++++++++------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/lib/libraries/extensions/index.jsx b/src/lib/libraries/extensions/index.jsx index bb84bdf3e45..6fe703ba929 100644 --- a/src/lib/libraries/extensions/index.jsx +++ b/src/lib/libraries/extensions/index.jsx @@ -284,6 +284,21 @@ const menuItems = [ ), featured: true }, + { + name: 'Stage Camera', + extensionId: 'pmCamera', + iconURL: pmCameraExtensionIcon, + tags: ['penguinmod'], + description: ( + + ), + credits: 'Inspired by⠀⠀⠀⠀⠀⠀ DT-is-not-available', + featured: true + }, { name: 'Files', extensionId: 'twFiles', @@ -337,21 +352,6 @@ const menuItems = [ description: 'More operators like nand, nor, character code to character, reading multiple lined text line by line, etc.', featured: true }, - { - name: 'Camera', - extensionId: 'pmCamera', - iconURL: pmCameraExtensionIcon, - tags: ['penguinmod'], - description: ( - - ), - credits: 'Inspired by⠀⠀⠀⠀⠀⠀ DT-is-not-available', - featured: true - }, { name: 'JSON', extensionId: 'jgJSON',