From c7c7dd08374aa183938c28701108e8baac4c0561 Mon Sep 17 00:00:00 2001 From: Ulysia Date: Mon, 14 Oct 2024 12:50:43 +0200 Subject: [PATCH] Reordered --- quartz/components/Btn8831.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/components/Btn8831.tsx b/quartz/components/Btn8831.tsx index d2d4975..88d0567 100644 --- a/quartz/components/Btn8831.tsx +++ b/quartz/components/Btn8831.tsx @@ -11,7 +11,7 @@ export default (() => { const groupedButtons = groupButtonsByType(buttonsData) // Define the order of types - const typeOrder = ["misc", "friend", "standard"] + const typeOrder = ["friend", "standard", "misc"] return (