From 3ebaa3a96ded5076a7b10264d6d678d9a76b56c6 Mon Sep 17 00:00:00 2001
From: tobias <thinkdifferent055@gmail.com>
Date: Mon, 9 Oct 2023 19:57:28 +0200
Subject: [PATCH] #187 - Fix typo

---
 presets.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/presets.js b/presets.js
index 683eb96..9aa6cd8 100644
--- a/presets.js
+++ b/presets.js
@@ -81,7 +81,7 @@ module.exports = function () {
     }
 
     presets['pad-navigate-previous'] = {
-        category: 'Pad Navigate',
+        category: 'Page Navigate',
         name: 'pad-navigate-previous',
         type: 'button',
         style: {
@@ -104,7 +104,7 @@ module.exports = function () {
         ]
     };
     presets['pad-navigate-next'] = {
-        category: 'Pad Navigate',
+        category: 'Page Navigate',
         name: 'pad-navigate-next',
         type: 'button',
         style: {
-- 
GitLab