From 8d21844b5987ea781dea60e801fd8020be41e722 Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Tue, 11 Jul 2023 18:28:53 +0100 Subject: [PATCH 1/4] feat: add refine to config.ts --- src/Config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Config.ts b/src/Config.ts index 597a2eb..a383eb7 100644 --- a/src/Config.ts +++ b/src/Config.ts @@ -203,6 +203,10 @@ export const Config = { name: "Hugo", icon: `Hugo`, }, + refine: { + name: "Refine", + icon: `Refine`, + }, other: { name: "Other", }, From 5277ab7afc5b22efdadcc8cc8e20412561d91eb3 Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Tue, 11 Jul 2023 18:48:21 +0100 Subject: [PATCH 2/4] chore: 24 viewbox --- src/Config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config.ts b/src/Config.ts index a383eb7..99780ce 100644 --- a/src/Config.ts +++ b/src/Config.ts @@ -205,7 +205,7 @@ export const Config = { }, refine: { name: "Refine", - icon: `Refine`, + icon: ``, }, other: { name: "Other", From a31540ae4cb7fadf6954e475eaaa5bc9148e566f Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Tue, 11 Jul 2023 18:53:54 +0100 Subject: [PATCH 3/4] chore: self close path tags --- src/Config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config.ts b/src/Config.ts index 99780ce..afb18d7 100644 --- a/src/Config.ts +++ b/src/Config.ts @@ -205,7 +205,7 @@ export const Config = { }, refine: { name: "Refine", - icon: ``, + icon: `< fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M 24 12 C 24 18.627 18.627 24 12 24 C 5.373 24 0 18.627 0 12 C 0 5.373 5.373 0 12 0 C 18.627 0 24 5.373 24 12 Z M 12 3 C 9.929 3 8.25 4.679 8.25 6.75 L 8.25 17.25 C 8.25 19.322 9.929 21 12 21 C 14.072 21 15.75 19.322 15.75 17.25 L 15.75 6.75 C 15.75 4.679 14.072 3 12 3 Z"/>`, }, other: { name: "Other", From a2cace6271abfb70ff5081a701e85f99d41dd664 Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Tue, 11 Jul 2023 18:55:47 +0100 Subject: [PATCH 4/4] chore: restore path --- src/Config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config.ts b/src/Config.ts index afb18d7..cee97d0 100644 --- a/src/Config.ts +++ b/src/Config.ts @@ -205,7 +205,7 @@ export const Config = { }, refine: { name: "Refine", - icon: `< fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M 24 12 C 24 18.627 18.627 24 12 24 C 5.373 24 0 18.627 0 12 C 0 5.373 5.373 0 12 0 C 18.627 0 24 5.373 24 12 Z M 12 3 C 9.929 3 8.25 4.679 8.25 6.75 L 8.25 17.25 C 8.25 19.322 9.929 21 12 21 C 14.072 21 15.75 19.322 15.75 17.25 L 15.75 6.75 C 15.75 4.679 14.072 3 12 3 Z"/>`, + icon: ``, }, other: { name: "Other",